mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 02:37:26 +01: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
@ -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 New Issue
Block a user