mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 10:52:03 +01:00
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user