Fix nullability of MAL authors breaking search (#2834)
One of these days I'll get through a tracker change without nullability problems...
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