Add abandoned state
parent
41cd8ac7d7
commit
aae3fa3b05
@ -1,5 +1,5 @@
|
|||||||
package org.koitharu.kotatsu.parsers.model
|
package org.koitharu.kotatsu.parsers.model
|
||||||
|
|
||||||
enum class MangaState {
|
enum class MangaState {
|
||||||
ONGOING, FINISHED
|
ONGOING, FINISHED, ABANDONED
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue