mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
Add new manga statuses
This commit is contained in:
parent
deb2ad04f4
commit
6f52cd9f99
@ -25,6 +25,9 @@ interface SManga {
|
||||
const val ONGOING = 1
|
||||
const val COMPLETED = 2
|
||||
const val LICENSED = 3
|
||||
const val PUBLISHING_FINISHED = 4
|
||||
const val CANCELLED = 5
|
||||
const val ON_HIATUS = 6
|
||||
|
||||
fun create(): SManga {
|
||||
throw Exception("Stub!")
|
||||
|
Loading…
Reference in New Issue
Block a user