mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
Mark where ILogger is being set to null
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Emby.Server.Implementations.Services
|
||||
if (this.RestPath == null)
|
||||
{
|
||||
string contentType;
|
||||
// TODO: change null out
|
||||
// TODO: @bond NullLogger
|
||||
this.RestPath = FindMatchingRestPath(httpMethod, pathInfo, null, out contentType);
|
||||
|
||||
if (contentType != null)
|
||||
|
||||
Reference in New Issue
Block a user