mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	LocalSource: Create cover file if it doesn't exist (#7954)
This commit is contained in:
		@@ -349,6 +349,7 @@ class LocalSource(
 | 
			
		||||
            var coverFile = getCoverFile(manga.url, baseDirsFiles)
 | 
			
		||||
            if (coverFile == null) {
 | 
			
		||||
                coverFile = File(mangaDir.absolutePath, DEFAULT_COVER_NAME)
 | 
			
		||||
                coverFile.createNewFile()
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // It might not exist at this point
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user