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