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 ba94f35 commit a076c94Copy full SHA for a076c94
src/main/kotlin/com/adamratzman/spotify/models/Playlist.kt
@@ -62,7 +62,7 @@ data class SimplePlaylist(
62
* @property addedAt The date and time the track was added. Note that some very old playlists may return null in this field.
63
* @property addedBy The Spotify user who added the track. Note that some very old playlists may return null in this field.
64
* @property isLocal Whether this track is a local file or not.
65
- * @property track Information about the track.
+ * @property track Information about the track. In rare occasions, this field may be null if this track's API entry is broken.
66
*/
67
data class PlaylistTrack(
68
@Json(name = "primary_color") val primaryColor: String? = null,
0 commit comments