mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update HdHomerunManager.cs
This commit is contained in:
parent
1cad93c276
commit
a5cb069f26
@ -108,7 +108,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
|
|||||||
{
|
{
|
||||||
_tcpClient = null;
|
_tcpClient = null;
|
||||||
|
|
||||||
var task = StopStreaming(_tcpClient);
|
var task = StopStreaming(socket);
|
||||||
Task.WaitAll(task);
|
Task.WaitAll(task);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user