Comick: nullable lang in chapter (#17611)

possible due to bad data
This commit is contained in:
AwkwardPeak7 2023-08-20 20:23:30 +05:00 committed by GitHub
parent a4cc989c8f
commit 36504841ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Comick'
pkgNameSuffix = 'all.comickfun'
extClass = '.ComickFunFactory'
extVersionCode = 33
extVersionCode = 34
isNsfw = true
}

View File

@ -97,7 +97,7 @@ data class ChapterList(
@Serializable
data class Chapter(
val hid: String,
val lang: String,
val lang: String = "",
val title: String = "",
@SerialName("created_at") val createdAt: String = "",
val chap: String = "",