mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Added app remote control scope (#309)
* Added app-remote-control authorization scope * Fixed tabs to spaces
This commit is contained in:
parent
467984c6f8
commit
30d396618b
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user