Mangalife and Mangasee add genre (#4932)
Mangalife and Mangasee add genre
This commit is contained in:
parent
75695a9ee2
commit
f2431587a2
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'MangaLife'
|
extName = 'MangaLife'
|
||||||
pkgNameSuffix = 'en.mangalife'
|
pkgNameSuffix = 'en.mangalife'
|
||||||
extClass = '.MangaLife'
|
extClass = '.MangaLife'
|
||||||
extVersionCode = 9
|
extVersionCode = 10
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -309,6 +309,7 @@ class MangaLife : HttpSource() {
|
||||||
Genre("Hentai"),
|
Genre("Hentai"),
|
||||||
Genre("Historical"),
|
Genre("Historical"),
|
||||||
Genre("Horror"),
|
Genre("Horror"),
|
||||||
|
Genre("Isekai"),
|
||||||
Genre("Josei"),
|
Genre("Josei"),
|
||||||
Genre("Lolicon"),
|
Genre("Lolicon"),
|
||||||
Genre("Martial Arts"),
|
Genre("Martial Arts"),
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Mangasee'
|
extName = 'Mangasee'
|
||||||
pkgNameSuffix = 'en.mangasee'
|
pkgNameSuffix = 'en.mangasee'
|
||||||
extClass = '.Mangasee'
|
extClass = '.Mangasee'
|
||||||
extVersionCode = 14
|
extVersionCode = 15
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -313,6 +313,7 @@ class Mangasee : HttpSource() {
|
||||||
Genre("Hentai"),
|
Genre("Hentai"),
|
||||||
Genre("Historical"),
|
Genre("Historical"),
|
||||||
Genre("Horror"),
|
Genre("Horror"),
|
||||||
|
Genre("Isekai"),
|
||||||
Genre("Josei"),
|
Genre("Josei"),
|
||||||
Genre("Lolicon"),
|
Genre("Lolicon"),
|
||||||
Genre("Martial Arts"),
|
Genre("Martial Arts"),
|
||||||
|
|
Loading…
Reference in New Issue