Skip to content

Commit

Permalink
removed some code
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyFernandes committed Jan 3, 2020
1 parent 2670a28 commit 71f3f93
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Chromecast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,9 @@ public void Close(PluginCloseReason reason)

StopWebserver();

if (csSender != null && csSender.TcpClient != null)
{
PauseIfPlaying();
csSender.Disconnect();
csSender = null;

}

csSender = null;


}
Expand Down

0 comments on commit 71f3f93

Please sign in to comment.