fix: novel loading
This commit is contained in:
parent
513b937e59
commit
4ffe9d7505
4 changed files with 22 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue