[RU]Desu delete interfering LICENSED (#10646)
* [RU]Desu delete interfering LICENSED * [RU]Desu delete interfering LICENSED
This commit is contained in:
parent
0ea40b1f5d
commit
a9e5ea2dd1
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Desu'
|
||||
pkgNameSuffix = 'ru.desu'
|
||||
extClass = '.Desu'
|
||||
extVersionCode = 13
|
||||
extVersionCode = 14
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -118,7 +118,7 @@ class Desu : HttpSource() {
|
|||
status = when (obj["status"]!!.jsonPrimitive.content) {
|
||||
"ongoing" -> SManga.ONGOING
|
||||
"released" -> SManga.COMPLETED
|
||||
"copyright" -> SManga.LICENSED
|
||||
// "copyright" -> SManga.LICENSED Hides available chapters!
|
||||
else -> SManga.UNKNOWN
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue