add socket error message

This commit is contained in:
Luke Pulverenti
2015-03-24 21:34:34 -04:00
parent caebcf82c0
commit e62270df35
6 changed files with 18 additions and 4 deletions

View File

@@ -139,6 +139,12 @@ namespace MediaBrowser.Api.Playback
return false;
}
public void Stop()
{
DisposeTimer();
UnpauseTranscoding();
}
public void Dispose()
{
DisposeTimer();