support omdb episodes by imdb; add more search data

This commit is contained in:
Luke Pulverenti
2017-05-03 17:53:33 -04:00
parent 54965ffc54
commit 568d769cc8
12 changed files with 101 additions and 49 deletions

View File

@@ -100,7 +100,7 @@ namespace Emby.Common.Implementations.Net
#if NET46
public Task SendFile(string path, byte[] preBuffer, byte[] postBuffer, CancellationToken cancellationToken)
{
var options = TransmitFileOptions.UseKernelApc;
var options = TransmitFileOptions.UseDefaultWorkerThread;
var completionSource = new TaskCompletionSource<bool>();