Merge branch 'master' of github.com:JohnnyCrazy/SpotifyAPI-NET

This commit is contained in:
Jonas Dellinger 2018-12-22 21:13:25 +01:00
commit 3b7fc1a203

View File

@ -55,8 +55,11 @@ namespace SpotifyAPI.Web.Enums
[String("user-modify-playback-state")] [String("user-modify-playback-state")]
UserModifyPlaybackState = 65536, UserModifyPlaybackState = 65536,
[String("user-read-currently-playing")] [String("user-read-currently-playing")]
UserReadCurrentlyPlaying = 131072 UserReadCurrentlyPlaying = 131072,
[String("app-remote-control")]
AppRemoteControl = 262144
} }
} }