diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt index 21e8093c..9cf2f905 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt @@ -210,7 +210,7 @@ object Chapter { val numberOfNewChapters = updatedNumberOfChapters - currentNumberOfChapters val areNewChaptersAvailable = numberOfNewChapters > 0 - val wasInitialFetch = currentNumberOfChapters == 0 + val wasInitialFetch = currentNumberOfChapters == -1 // has to be -1 - due to converting to index based 1 chapter will be 0 // make sure to ignore initial fetch val isDownloadPossible =