parent
e45d63a2aa
commit
4599a37c4a
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: Tapastic'
|
appName = 'Tachiyomi: Tapastic'
|
||||||
pkgNameSuffix = 'en.tapastic'
|
pkgNameSuffix = 'en.tapastic'
|
||||||
extClass = '.Tapastic'
|
extClass = '.Tapastic'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
libVersion = '1.0'
|
libVersion = '1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,7 @@ class Tapastic : ParsedHttpSource() {
|
||||||
private class GenreFilter : UriSelectFilter("Genre", "genreIds", arrayOf(
|
private class GenreFilter : UriSelectFilter("Genre", "genreIds", arrayOf(
|
||||||
Pair("", "Any"),
|
Pair("", "Any"),
|
||||||
Pair("7", "Action"),
|
Pair("7", "Action"),
|
||||||
|
Pair("22", "Boys Love"),
|
||||||
Pair("2", "Comedy"),
|
Pair("2", "Comedy"),
|
||||||
Pair("8", "Drama"),
|
Pair("8", "Drama"),
|
||||||
Pair("3", "Fantasy"),
|
Pair("3", "Fantasy"),
|
||||||
|
|
Loading…
Reference in New Issue