mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
add socket error message
This commit is contained in:
@@ -139,6 +139,12 @@ namespace MediaBrowser.Api.Playback
|
||||
return false;
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
DisposeTimer();
|
||||
UnpauseTranscoding();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
DisposeTimer();
|
||||
|
||||
Reference in New Issue
Block a user