diff --git a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/MALApi.kt b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/MALApi.kt index 66fe3db9..5853ad94 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/MALApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/MALApi.kt @@ -663,7 +663,7 @@ class MALApi(index: Int) : AccountManager(index), SyncAPI { @JsonProperty("name") val name: String, @JsonProperty("location") val location: String, @JsonProperty("joined_at") val joined_at: String, - @JsonProperty("picture") val picture: String, + @JsonProperty("picture") val picture: String?, ) data class MalMainPicture( @@ -694,4 +694,4 @@ class MALApi(index: Int) : AccountManager(index), SyncAPI { val id: Int, val name: String, ) -} \ No newline at end of file +}