parent
e45d63a2aa
commit
4599a37c4a
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Tapastic'
|
||||
pkgNameSuffix = 'en.tapastic'
|
||||
extClass = '.Tapastic'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.0'
|
||||
}
|
||||
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue