mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Typo fix
Changed SpotifyAPI.Web.Enums.Scope.UserLibrarayRead to UserLibraryRead
This commit is contained in:
parent
51d4b19370
commit
0cda8e2219
@ -27,7 +27,7 @@ namespace SpotifyAPI.Web.Enums
|
|||||||
UserReadEmail = 64,
|
UserReadEmail = 64,
|
||||||
|
|
||||||
[String("user-library-read")]
|
[String("user-library-read")]
|
||||||
UserLibrarayRead = 128,
|
UserLibraryRead = 128,
|
||||||
|
|
||||||
[String("user-library-modify")]
|
[String("user-library-modify")]
|
||||||
UserLibraryModify = 256,
|
UserLibraryModify = 256,
|
||||||
|
Loading…
Reference in New Issue
Block a user