updated nuget

This commit is contained in:
Luke Pulverenti
2016-10-07 11:13:57 -04:00
parent 50e6686987
commit c8d923da93
4 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts
public void Start(CancellationToken cancellationToken)
{
_cancellationToken = cancellationToken;
Task.Run(StartInternal);
Task.Run(() => StartInternal());
}
private byte[] Dequeue()