NineHentai - sort tags (#3012)

This commit is contained in:
Mike 2020-05-05 06:42:57 -04:00 committed by GitHub
parent fc249567fc
commit 6e8e3e343a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: NineHentai'
pkgNameSuffix = 'all.ninehentai'
extClass = '.NineHentai'
extVersionCode = 5
extVersionCode = 6
libVersion = '1.2'
}
dependencies {

View File

@ -1519,5 +1519,5 @@ object NHTags {
Tag(id = 24430, name = "Ziggurat"),
Tag(id = 21354, name = "Zinkurou"),
Tag(id = 290, name = "Zombie")
)
).sortedBy { it.name }
}