Show not downloaded chapters in local manga
This commit is contained in:
@@ -98,7 +98,10 @@ class LocalMangaRepository(private val context: Context) : MangaRepository {
|
||||
entryName = index.getCoverEntry()
|
||||
?: findFirstEntry(zip.entries(), isImage = true)?.name.orEmpty()
|
||||
),
|
||||
chapters = info.chapters?.map { c -> c.copy(url = fileUri) }
|
||||
chapters = info.chapters?.map { c ->
|
||||
c.copy(url = fileUri,
|
||||
source = MangaSource.LOCAL)
|
||||
}
|
||||
)
|
||||
}
|
||||
// fallback
|
||||
|
||||
Reference in New Issue
Block a user