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
* Control playback of a Spotify track. This scope is currently available to Spotify Playback SDKs, including the iOS SDK, Android SDK and Web Playback SDK. The user must have a Spotify Premium account.
51
51
*
52
52
* **Visible to users**: Play music and control playback on your other devices.
53
53
*/
54
-
STREAMING("streaming"),
54
+
Streaming("streaming"),
55
55
56
56
/**
57
57
* Let the application upload playlist covers and profile images
58
58
*
59
59
* **Visible to users**: Upload images to personalize your profile or playlist cover
60
60
*/
61
-
UGC_IMAGE_UPLOAD("ugc-image-upload"),
61
+
UgcImageUpload("ugc-image-upload"),
62
62
63
63
/**
64
64
* Write/delete access to the list of artists and other users that the user follows.
65
65
*
66
66
* **Visible to users**: Manage who you are following.
67
67
*/
68
-
USER_FOLLOW_MODIFY("user-follow-modify"),
68
+
UserFollowModify("user-follow-modify"),
69
69
70
70
/**
71
71
* Read access to the list of artists and other users that the user follows.
72
72
*
73
73
* **Visible to users**: Access your followers and who you are following.
74
74
*/
75
-
USER_FOLLOW_READ("user-follow-read"),
75
+
UserFollowRead("user-follow-read"),
76
76
77
77
/**
78
78
* Read access to a user's "Your Music" library.
79
79
*
80
80
* **Visible to users**: Access your saved tracks and albums.
81
81
*/
82
-
USER_LIBRARY_READ("user-library-read"),
82
+
UserLibraryRead("user-library-read"),
83
83
84
84
/**
85
85
* Write/delete access to a user's "Your Music" library.
86
86
*
87
87
* **Visible to users**: Manage your saved tracks and albums.
88
88
*/
89
-
USER_LIBRARY_MODIFY("user-library-modify"),
89
+
UserLibraryModify("user-library-modify"),
90
90
91
91
/**
92
92
* Write access to a user’s playback state
93
93
*
94
94
* **Visible to users**: Control playback on your Spotify clients and Spotify Connect devices.
0 commit comments