Update HdHomerunManager.cs

This commit is contained in:
Bond-009 2019-07-29 16:30:16 +02:00 committed by Bond_009
parent 1cad93c276
commit a5cb069f26

View file

@ -108,7 +108,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
{
_tcpClient = null;
var task = StopStreaming(_tcpClient);
var task = StopStreaming(socket);
Task.WaitAll(task);
}
}