File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ public Task<bool> GetEmpty()
113113 }
114114
115115 [ WebApiHandler ( HttpVerbs . Post , "/" ) ]
116- public bool PostValues ( )
116+ public async Task < bool > PostValues ( )
117117 {
118- Dictionary < string , object > formParams = this . RequestFormDataDictionary ( ) ;
118+ Dictionary < string , object > formParams = await this . RequestFormDataDictionaryAsync ( ) ;
119119
120120 string state = ( string ) formParams [ "state" ] ;
121121 AuthorizationCodeAuth . Instances . TryGetValue ( state , out SpotifyAuthServer < AuthorizationCode > authServer ) ;
Original file line number Diff line number Diff line change 1515 </PropertyGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" EmbedIO" Version =" 2.1.1 " />
18+ <PackageReference Include =" EmbedIO" Version =" 2.2.7 " />
1919 </ItemGroup >
2020
2121 <ItemGroup >
Original file line number Diff line number Diff line change 1111 <projectUrl >https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >
14- An API for Spotify's Web API, written in .NET
14+ Authorization Flows for the Spotify's Web API, written in .NET
1515
1616 For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
1717 </description >
1818 <language />
1919 <tags >spotify api music .net c# spotify-client</tags >
2020 <dependencies >
2121 <dependency id =" SpotifyAPI.Web" version =" 3.0.0" />
22- <dependency id =" EmbedIO" version =" 1.15.0 " />
22+ <dependency id =" EmbedIO" version =" 2.2.7 " />
2323 </dependencies >
2424 </metadata >
2525 <files >
Original file line number Diff line number Diff line change 1111 <projectUrl >https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >
14- Authorization Flows for the Spotify's Web API, written in .NET
14+ An API for Spotify's Web API, written in .NET
1515
1616 For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
1717 </description >
1818 <language />
1919 <tags >spotify api music .net c# spotify-client</tags >
2020 <dependencies >
21- <dependency id =" Newtonsoft.Json" version =" 11 .0.2 " />
21+ <dependency id =" Newtonsoft.Json" version =" 12 .0.1 " />
2222 </dependencies >
2323 </metadata >
2424 <files >
You can’t perform that action at this time.
0 commit comments