Add missing genre to HentaiVN extension (#10506)
* add missing genre * Update ExtVersionCode to 10
This commit is contained in:
parent
a1cf20863a
commit
aecbe24be1
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'HentaiVN'
|
extName = 'HentaiVN'
|
||||||
pkgNameSuffix = 'vi.hentaivn'
|
pkgNameSuffix = 'vi.hentaivn'
|
||||||
extClass = '.HentaiVN'
|
extClass = '.HentaiVN'
|
||||||
extVersionCode = 9
|
extVersionCode = 10
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -337,6 +337,7 @@ class HentaiVN : ParsedHttpSource() {
|
||||||
Genre("Vampire", "107"),
|
Genre("Vampire", "107"),
|
||||||
Genre("Vanilla", "208"),
|
Genre("Vanilla", "208"),
|
||||||
Genre("Virgin", "95"),
|
Genre("Virgin", "95"),
|
||||||
|
Genre("Webtoon", "270"),
|
||||||
Genre("X-ray", "94"),
|
Genre("X-ray", "94"),
|
||||||
Genre("Yandere", "112"),
|
Genre("Yandere", "112"),
|
||||||
Genre("Yaoi", "96"),
|
Genre("Yaoi", "96"),
|
||||||
|
|
Loading…
Reference in New Issue