mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
Remove the need for NullLogger
This commit is contained in:
@@ -718,7 +718,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
}
|
||||
|
||||
string contentType;
|
||||
var restPath = ServiceHandler.FindMatchingRestPath(httpReq.HttpMethod, pathInfo, _logger, out contentType);
|
||||
var restPath = ServiceHandler.FindMatchingRestPath(httpReq.HttpMethod, pathInfo, out contentType);
|
||||
|
||||
if (restPath != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user