parent
a4cc989c8f
commit
36504841ee
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = 'Comick'
|
extName = 'Comick'
|
||||||
pkgNameSuffix = 'all.comickfun'
|
pkgNameSuffix = 'all.comickfun'
|
||||||
extClass = '.ComickFunFactory'
|
extClass = '.ComickFunFactory'
|
||||||
extVersionCode = 33
|
extVersionCode = 34
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ data class ChapterList(
|
|||||||
@Serializable
|
@Serializable
|
||||||
data class Chapter(
|
data class Chapter(
|
||||||
val hid: String,
|
val hid: String,
|
||||||
val lang: String,
|
val lang: String = "",
|
||||||
val title: String = "",
|
val title: String = "",
|
||||||
@SerialName("created_at") val createdAt: String = "",
|
@SerialName("created_at") val createdAt: String = "",
|
||||||
val chap: String = "",
|
val chap: String = "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user