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 { ext {
extName = "HentaiNexus" extName = "HentaiNexus"
extClass = ".HentaiNexus" extClass = ".HentaiNexus"
extVersionCode = 8 extVersionCode = 9
isNsfw = true isNsfw = true
} }

View File

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