mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Add last bit of code needed for Extensions Lib 1.3 (#330)
This commit is contained in:
@@ -66,7 +66,10 @@ enum class MangaStatus(val value: Int) {
|
||||
UNKNOWN(0),
|
||||
ONGOING(1),
|
||||
COMPLETED(2),
|
||||
LICENSED(3);
|
||||
LICENSED(3),
|
||||
PUBLISHING_FINISHED(4),
|
||||
CANCELLED(5),
|
||||
ON_HIATUS(6);
|
||||
|
||||
companion object {
|
||||
fun valueOf(value: Int): MangaStatus = values().find { it.value == value } ?: UNKNOWN
|
||||
|
||||
Reference in New Issue
Block a user