Introduction of "Reincarnation" genre on Kissmanga (#123)

* Introduction of "Reincarnation" genre on Kissmanga

Should fix the indexing issue after the Romance genre in filters.

* Added Time Travel and Transported
This commit is contained in:
hakufu 2017-11-06 16:21:14 -05:00 committed by inorichi
parent acacecf4bd
commit a8ec0567a9

View file

@ -199,6 +199,7 @@ class Kissmanga : ParsedHttpSource() {
Genre("Mystery"),
Genre("One shot"),
Genre("Psychological"),
Genre("Reincarnation"),
Genre("Romance"),
Genre("School Life"),
Genre("Sci-fi"),
@ -212,9 +213,11 @@ class Kissmanga : ParsedHttpSource() {
Genre("Smut"),
Genre("Sports"),
Genre("Supernatural"),
Genre("Time Travel"),
Genre("Tragedy"),
Genre("Transported"),
Genre("Webtoon"),
Genre("Yaoi"),
Genre("Yuri")
)
}
}