update legacy hdhomerun support

This commit is contained in:
Luke Pulverenti
2017-03-05 21:32:56 -05:00
parent 00fb471162
commit 9e74d834a7
10 changed files with 90 additions and 82 deletions

View File

@@ -579,7 +579,7 @@ namespace Emby.Server.Implementations.HttpServer
}
else
{
ErrorHandler(new FileNotFoundException(), httpReq);
ErrorHandler(new FileNotFoundException(), httpReq, false);
}
}
catch (OperationCanceledException ex)
@@ -633,7 +633,6 @@ namespace Emby.Server.Implementations.HttpServer
return null;
}
private void Write(IResponse response, string text)
{
var bOutput = Encoding.UTF8.GetBytes(text);