From fd8572bf93f442e02be6525899b1ee71682f9dd9 Mon Sep 17 00:00:00 2001 From: eltoncezar Date: Thu, 17 Mar 2016 18:58:10 -0300 Subject: [PATCH] Typo fix Forgot to include this in the last commit --- SpotifyAPI.Example/WebControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Example/WebControl.cs b/SpotifyAPI.Example/WebControl.cs index 8fc82080..7670ee2a 100644 --- a/SpotifyAPI.Example/WebControl.cs +++ b/SpotifyAPI.Example/WebControl.cs @@ -30,7 +30,7 @@ namespace SpotifyAPI.Example { RedirectUri = "http://localhost:8000", ClientId = "26d287105e31491889f3cd293d85bfea", - Scope = Scope.UserReadPrivate | Scope.UserReadEmail | Scope.PlaylistReadPrivate | Scope.UserLibrarayRead | Scope.UserReadPrivate | Scope.UserFollowRead | Scope.UserReadBirthdate, + Scope = Scope.UserReadPrivate | Scope.UserReadEmail | Scope.PlaylistReadPrivate | Scope.UserLibraryRead | Scope.UserReadPrivate | Scope.UserFollowRead | Scope.UserReadBirthdate, State = "XSS" }; _auth.OnResponseReceivedEvent += _auth_OnResponseReceivedEvent;