mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
fix compile erorr
This commit is contained in:
@@ -295,7 +295,7 @@ class LocalSource : CatalogueSource {
|
|||||||
Observable.just(
|
Observable.just(
|
||||||
chapterFile.listFiles().orEmpty()
|
chapterFile.listFiles().orEmpty()
|
||||||
.sortedBy { it.name }
|
.sortedBy { it.name }
|
||||||
.filter { !it.isDirectory && ImageUtil.isImage(it.name, it::inputStream)
|
.filter { !it.isDirectory && ImageUtil.isImage(it.name, it::inputStream) }
|
||||||
.mapIndexed { index, page ->
|
.mapIndexed { index, page ->
|
||||||
Page(
|
Page(
|
||||||
index,
|
index,
|
||||||
|
|||||||
Reference in New Issue
Block a user