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

@ -57,6 +57,9 @@ namespace SpotifyAPI.Web.Enums
UserModifyPlaybackState = 65536,
[String("user-read-currently-playing")]
UserReadCurrentlyPlaying = 131072
UserReadCurrentlyPlaying = 131072,
[String("app-remote-control")]
AppRemoteControl = 262144
}
}