diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index d8523092..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -kotatsu-parsers \ No newline at end of file diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/model/MangaState.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/model/MangaState.kt index 1355c1d9..710c2b40 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/model/MangaState.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/model/MangaState.kt @@ -1,5 +1,5 @@ package org.koitharu.kotatsu.parsers.model public enum class MangaState { - ONGOING, FINISHED, ABANDONED, PAUSED, UPCOMING + ONGOING, FINISHED, ABANDONED, PAUSED, UPCOMING, RESTRICTED }