fix: novel loading

This commit is contained in:
rebelonion 2024-04-21 07:36:23 -05:00
parent 513b937e59
commit 4ffe9d7505
4 changed files with 22 additions and 6 deletions

View file

@ -73,7 +73,7 @@ class OfflineNovelParser : NovelParser() {
}
val cover = directory?.findFile("cover.jpg")?.uri.toString()
names.forEach {
returnList.add(ShowResponse(it, it, cover))
returnList.add(ShowResponse(it, query, cover))
}
}
return returnList