[RU]Desu delete interfering LICENSED (#10646)

* [RU]Desu delete interfering LICENSED

* [RU]Desu delete interfering LICENSED
This commit is contained in:
e-shl 2022-02-02 15:55:36 +05:00 committed by GitHub
parent 0ea40b1f5d
commit a9e5ea2dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Desu'
pkgNameSuffix = 'ru.desu'
extClass = '.Desu'
extVersionCode = 13
extVersionCode = 14
}
apply from: "$rootDir/common.gradle"

View File

@ -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
}
}