Comment out more
This commit is contained in:
parent
359ccdd052
commit
6d7e8cdcb9
1 changed files with 2 additions and 2 deletions
|
|
@ -141,9 +141,9 @@ class ApiMangaParser(val client: OkHttpClient, private val lang: String) {
|
||||||
// val filteredChapters = filterChapterForChecking(networkApiManga)
|
// val filteredChapters = filterChapterForChecking(networkApiManga)
|
||||||
|
|
||||||
val tempStatus = parseStatus(networkManga.status ?: "")
|
val tempStatus = parseStatus(networkManga.status ?: "")
|
||||||
val publishedOrCancelled =
|
/*val publishedOrCancelled =
|
||||||
tempStatus == SManga.PUBLICATION_COMPLETE || tempStatus == SManga.CANCELLED
|
tempStatus == SManga.PUBLICATION_COMPLETE || tempStatus == SManga.CANCELLED
|
||||||
/*if (publishedOrCancelled && isMangaCompleted(networkApiManga, filteredChapters)) {
|
if (publishedOrCancelled && isMangaCompleted(networkApiManga, filteredChapters)) {
|
||||||
manga.status = SManga.COMPLETED
|
manga.status = SManga.COMPLETED
|
||||||
manga.missing_chapters = null
|
manga.missing_chapters = null
|
||||||
} else {*/
|
} else {*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue