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…
Reference in New Issue
Block a user