Fix nullability of MAL authors breaking search (#2834)
One of these days I'll get through a tracker change without nullability problems... (cherry picked from commit edcf84d9022e7436606a0b8c493c1035888ac60a)
This commit is contained in:
@@ -18,7 +18,7 @@ data class MALManga(
|
||||
val mediaType: String,
|
||||
@SerialName("start_date")
|
||||
val startDate: String?,
|
||||
val authors: List<MALAuthorNode>,
|
||||
val authors: List<MALAuthorNode> = emptyList(),
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user