This commit is contained in:
Johnny @PC 2015-12-22 20:35:09 +01:00
commit 1c23113197

View File

@ -111,6 +111,7 @@ namespace SpotifyAPI.Web.Auth
/// </summary> /// </summary>
public void StopHttpServer() public void StopHttpServer()
{ {
_httpServer.Dispose();
_httpServer = null; _httpServer = null;
} }