mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 05:36:36 +00:00
make additional classes portable
This commit is contained in:
@@ -134,8 +134,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
base.OnConfigLoad();
|
||||
|
||||
Config.HandlerFactoryPath = null;
|
||||
|
||||
Config.MetadataRedirectPath = "metadata";
|
||||
}
|
||||
|
||||
protected override ServiceController CreateServiceController(params Assembly[] assembliesWithServices)
|
||||
@@ -574,7 +572,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
httpRes.StatusCode = 302;
|
||||
httpRes.AddHeader(HttpHeaders.Location, url);
|
||||
httpRes.EndRequest();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user