OhManhua - correct id (#3070)

OhManhua - correct id
This commit is contained in:
Mike 2020-05-08 13:46:10 -04:00 committed by GitHub
parent 37c186c6a4
commit a4a492ad3a
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: OhManhua (OneManHua)'
pkgNameSuffix = 'zh.onemanhua'
extClass = '.Onemanhua'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

@ -19,7 +19,7 @@ import org.jsoup.nodes.Document
import org.jsoup.nodes.Element
class Onemanhua : ParsedHttpSource() {
override val id = 6859784796898756729 // name used to be "One漫画"
override val id = 8252565807829914103 // name used to be "One漫画"
override val lang = "zh"
override val supportsLatest = true
override val name = "OH漫画 (One漫画)"