diff --git a/SpotifyAPI.Web.Auth/TokenSwapAuth.cs b/SpotifyAPI.Web.Auth/TokenSwapAuth.cs index 73e7b0d6e..c66e6b8ab 100644 --- a/SpotifyAPI.Web.Auth/TokenSwapAuth.cs +++ b/SpotifyAPI.Web.Auth/TokenSwapAuth.cs @@ -211,7 +211,7 @@ public Task GetAuth() Code = code, Error = error })); - return this.StringResponseAsync(((TokenSwapAuth)auth).HtmlResponse); + return this.HtmlResponseAsync(((TokenSwapAuth)auth).HtmlResponse); } } }