Update src/main/kotlin/org/koitharu/kotatsu/parsers/site/fr/LugnicaScans.kt

Co-authored-by: Koitharu <nvasya95@gmail.com>
pull/220/head
devi 3 years ago committed by GitHub
parent 02ae76baf2
commit 8c1c855531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ internal class LugnicaScans(context: MangaLoaderContext) : PagedMangaParser(cont
if (sortOrder == SortOrder.ALPHABETICAL) {
append("/mangas/")
// just to stop the search of the ALPHABETICAL page because it contains all the manga and has no page function ( to change if there is a better method to stop the search )
if (page.toString() == "2") {
if (page == 2) {
append(page.toString()) // juste for break
}
}

Loading…
Cancel
Save