mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Move HttpListenerHost middleware up the pipeline
This commit is contained in:
@@ -501,7 +501,7 @@ namespace Emby.Server.Implementations
|
||||
}
|
||||
|
||||
public Task ExecuteHttpHandlerAsync(HttpContext context, Func<Task> next)
|
||||
=> _httpServer.RequestHandler(context);
|
||||
=> _httpServer.RequestHandler(context, next);
|
||||
|
||||
/// <summary>
|
||||
/// Registers services/resources with the service collection that will be available via DI.
|
||||
|
||||
Reference in New Issue
Block a user