mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Merge branch 'master' of github.com:JohnnyCrazy/SpotifyAPI-NET
This commit is contained in:
commit
3b7fc1a203
@ -55,8 +55,11 @@ namespace SpotifyAPI.Web.Enums
|
||||
|
||||
[String("user-modify-playback-state")]
|
||||
UserModifyPlaybackState = 65536,
|
||||
|
||||
|
||||
[String("user-read-currently-playing")]
|
||||
UserReadCurrentlyPlaying = 131072
|
||||
UserReadCurrentlyPlaying = 131072,
|
||||
|
||||
[String("app-remote-control")]
|
||||
AppRemoteControl = 262144
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user