mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET
This commit is contained in:
commit
1c23113197
@ -111,6 +111,7 @@ namespace SpotifyAPI.Web.Auth
|
||||
/// </summary>
|
||||
public void StopHttpServer()
|
||||
{
|
||||
_httpServer.Dispose();
|
||||
_httpServer = null;
|
||||
}
|
||||
|
||||
@ -159,4 +160,4 @@ namespace SpotifyAPI.Web.Auth
|
||||
public String State { get; set; }
|
||||
public String Error { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user