mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05:00
fix: fixed a bug in DTO that caused a data parsing error in manga search
This commit is contained in:
parent
ef3369be26
commit
e9b41975da
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ data class HKManga(
|
|||
@SerialName("translated_ua") val translatedUa: Boolean,
|
||||
val status: String,
|
||||
val image: String,
|
||||
val year: Int,
|
||||
val year: Int? = null,
|
||||
@SerialName("scored_by") val scoredBy: Int,
|
||||
val score: Double,
|
||||
val slug: String,
|
||||
|
|
Loading…
Reference in a new issue