mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-04 19:02:34 +01:00
Ignore hidden folders/archives for Local Source chapter list (#1377)
This commit is contained in:
@@ -289,6 +289,7 @@ class LocalSource(
|
||||
fileSystem
|
||||
.getFilesInMangaDirectory(manga.url)
|
||||
// Only keep supported formats
|
||||
.filterNot { it.name.orEmpty().startsWith('.') }
|
||||
.filter { it.isDirectory || Archive.isSupported(it) }
|
||||
.map { chapterFile ->
|
||||
SChapter.create().apply {
|
||||
|
||||
Reference in New Issue
Block a user