Bato.to Typo fix ()

* 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
src/all/batoto
build.gradle
src/eu/kanade/tachiyomi/extension/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>>) :