Bato.to Typo fix (#5408)
* fixes typo in genre * Update build.gradle * fixed more typos
This commit is contained in:
parent
28f32f14cf
commit
d09e57cac8
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Bato.to'
|
||||
pkgNameSuffix = 'all.batoto'
|
||||
extClass = '.BatoToFactory'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -485,9 +485,9 @@ open class BatoTo(
|
||||
Tag("Xianxia"),
|
||||
Tag("Xuanhuan"),
|
||||
Tag("Zombies"),
|
||||
Tag("c"),
|
||||
Tag("award_winning"),
|
||||
Tag("youkai"),
|
||||
Tag("uncategirized")
|
||||
Tag("uncategorized")
|
||||
)
|
||||
|
||||
private open class UriPartFilter(displayName: String, val vals: Array<Pair<String, String>>) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user