File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/eu/kanade/tachiyomi/extension/all/mangaplus Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11ext {
22 extName = ' MANGA Plus by SHUEISHA'
33 extClass = ' .MangaPlusFactory'
4- extVersionCode = 58
4+ extVersionCode = 59
55}
66
77apply from : " $rootDir /common.gradle"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class TitleDetailView(
114114 get() = isSimulReleased || titleLabels.isSimulpub
115115
116116 private val isOnHiatus: Boolean
117- get() = nonAppearanceInfo.contains(HIATUS_REGEX )
117+ get() = nonAppearanceInfo.contains(HIATUS_REGEX ) || titleLabels.releaseSchedule == ReleaseSchedule . HIATUS
118118
119119 private fun createGenres (intl : Intl ): List <String > = buildList {
120120 if (isSimulpub && ! isReEdition && ! isOneShot && ! isCompleted) {
@@ -184,6 +184,7 @@ enum class ReleaseSchedule {
184184 OTHER ,
185185 COMPLETED ,
186186 ONE_SHOT ,
187+ HIATUS ,
187188}
188189
189190@Serializable
You can’t perform that action at this time.
0 commit comments