Bato.to Typo fix (#5408)

* fixes typo in genre

* Update build.gradle

* fixed more typos
This commit is contained in:
Johannes Joens 2021-01-15 00:08:36 +13:00 committed by GitHub
parent 28f32f14cf
commit d09e57cac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Bato.to'
pkgNameSuffix = 'all.batoto'
extClass = '.BatoToFactory'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

@ -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>>) :