You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/adamratzman/spotify/utils/ResultObjects.kt
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ data class SpotifyCopyright(
93
93
)
94
94
95
95
/**
96
-
* A collection containing a link ( href ) to the Web API endpoint where full details of the playlist’s tracks can be retrieved, along with the total number of tracks in the playlist.
96
+
* A collection containing a link ( href ) to the Web API endpoint where full details of the playlist’s tracks
97
+
* can be retrieved, along with the total number of tracks in the playlist.
97
98
*
98
99
* @property href link to the Web API endpoint where full details of the playlist’s tracks
0 commit comments