HN: Set status for manga to Completed (#2888)
This commit is contained in:
parent
bb912b9570
commit
edad8aed4b
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = "HentaiNexus"
|
||||
extClass = ".HentaiNexus"
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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>> {
|
||||
|
|
Loading…
Reference in New Issue