stop supporting zero based image storage (#242)

* stop supporting zero based image storage, closes #210

* add test
This commit is contained in:
Aria Moradi
2021-11-07 21:27:11 +03:30
committed by GitHub
parent 446f4283e0
commit 35238b3da1
3 changed files with 35 additions and 21 deletions

View File

@@ -241,7 +241,7 @@ object Chapter {
return ImageResponse.findFileNameStartingWith(
chapterDir,
getPageName(0, chapterDir)
getPageName(0)
) != null
}