mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
stop supporting zero based image storage (#242)
* stop supporting zero based image storage, closes #210 * add test
This commit is contained in:
@@ -241,7 +241,7 @@ object Chapter {
|
||||
|
||||
return ImageResponse.findFileNameStartingWith(
|
||||
chapterDir,
|
||||
getPageName(0, chapterDir)
|
||||
getPageName(0)
|
||||
) != null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user