We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1477d commit f57948dCopy full SHA for f57948d
src/commonMain/kotlin/com.adamratzman.spotify/models/Playlist.kt
@@ -107,7 +107,7 @@ data class Playlist(
107
@SerialName("uri") private val uriString: String,
108
109
val collaborative: Boolean,
110
- val description: String,
+ val description: String?,
111
val followers: Followers,
112
@SerialName("primary_color") val primaryColor: String? = null,
113
val images: List<SpotifyImage>,
0 commit comments