mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Fix TokenSwapAuth html response actually returning text/plain instead of html (#335)
This commit is contained in:
parent
ee8af2510a
commit
100c15699c
@ -211,7 +211,7 @@ namespace SpotifyAPI.Web.Auth
|
||||
Code = code,
|
||||
Error = error
|
||||
}));
|
||||
return this.StringResponseAsync(((TokenSwapAuth)auth).HtmlResponse);
|
||||
return this.HtmlResponseAsync(((TokenSwapAuth)auth).HtmlResponse);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user