mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update legacy hdhomerun support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user