MangAdventure: allow null volumes (#12380)

This commit is contained in:
ObserverOfTime 2022-07-02 02:06:14 +03:00 committed by GitHub
parent 8717ee0a60
commit 8d2c9c79ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ internal data class Chapter(
private val id: Int,
val title: String,
val number: Float,
val volume: Int,
val volume: Int?,
val published: String,
val final: Boolean,
val series: String,

View File

@ -9,7 +9,7 @@ class MangAdventureGenerator : ThemeSourceGenerator {
override val themeClass = "MangAdventure"
override val baseVersionCode = 8
override val baseVersionCode = 9
override val sources = listOf(
SingleLang("Arc-Relight", "https://arc-relight.com", "en", className = "ArcRelight"),