Skip to content

Commit

Permalink
Fix no results when release date is null in apple
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambada10 committed Nov 1, 2024
1 parent e0d0732 commit 2d7784b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data class AppleSearchResponse(
val artistName: String,
val albumName: String,
val artwork: String,
val releaseDate: String,
val releaseDate: String?,
val duration: Int,
val isrc: String,
val url: String,
Expand Down

0 comments on commit 2d7784b

Please sign in to comment.