Remove ID from Neumanga (#932)

Remove ID from Neumanga
This commit is contained in:
Eugene 2019-03-17 17:41:37 -04:00 committed by Carlos
parent ecff63e1b2
commit 3a9da69fd4
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Neumanga'
pkgNameSuffix = 'id.neumanga'
extClass = '.Neumanga'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.0'
}

View File

@ -15,8 +15,6 @@ import javax.net.ssl.X509TrustManager
class Neumanga : ParsedHttpSource() {
override val id: Long = 2
override val name = "Neumanga"
override val baseUrl = "https://neumanga.tv"
@ -247,4 +245,4 @@ class Neumanga : ParsedHttpSource() {
Genre("4-Koma", "4-Koma")
)
}
}