HN: Set status for manga to Completed (#2888)

This commit is contained in:
Fermín Cirella 2024-05-08 13:19:17 -03:00 committed by Draff
parent bb912b9570
commit edad8aed4b
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = "HentaiNexus"
extClass = ".HentaiNexus"
extVersionCode = 8
extVersionCode = 9
isNsfw = true
}

View File

@ -121,6 +121,7 @@ class HentaiNexus : ParsedHttpSource() {
it.text().replace(tagCountRegex, "")
}
update_strategy = UpdateStrategy.ONLY_FETCH_ONCE
status = SManga.COMPLETED
}
override fun fetchChapterList(manga: SManga): Observable<List<SChapter>> {