diff --git a/SpotifyAPI.Web/Enums/Scope.cs b/SpotifyAPI.Web/Enums/Scope.cs index 534d34c6..569c29e7 100644 --- a/SpotifyAPI.Web/Enums/Scope.cs +++ b/SpotifyAPI.Web/Enums/Scope.cs @@ -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 } }