parent
a4cc989c8f
commit
36504841ee
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Comick'
|
||||
pkgNameSuffix = 'all.comickfun'
|
||||
extClass = '.ComickFunFactory'
|
||||
extVersionCode = 33
|
||||
extVersionCode = 34
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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 = "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user