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