Added BL Genres (#772)

Added BL Genres
This commit is contained in:
Ankit SIngh 2019-02-06 18:28:07 +05:30 committed by Carlos
parent e45d63a2aa
commit 4599a37c4a
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Tapastic'
pkgNameSuffix = 'en.tapastic'
extClass = '.Tapastic'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.0'
}

View File

@ -167,6 +167,7 @@ class Tapastic : ParsedHttpSource() {
private class GenreFilter : UriSelectFilter("Genre", "genreIds", arrayOf(
Pair("", "Any"),
Pair("7", "Action"),
Pair("22", "Boys Love"),
Pair("2", "Comedy"),
Pair("8", "Drama"),
Pair("3", "Fantasy"),