Update Scope.cs (#263)

Add missing "user-read-currently-playing" scope
This commit is contained in:
Dan Spiteri 2018-08-06 15:02:40 +02:00 committed by Jonas Dellinger
parent 73976e0d6b
commit e274025c6c

View File

@ -54,6 +54,9 @@ namespace SpotifyAPI.Web.Enums
UserReadPlaybackState = 32768,
[String("user-modify-playback-state")]
UserModifyPlaybackState = 65536
UserModifyPlaybackState = 65536,
[String("user-read-currently-playing")]
UserReadCurrentlyPlaying = 131072
}
}
}