Mark where ILogger is being set to null

This commit is contained in:
Bond_009
2018-12-13 18:40:51 +01:00
parent 0f8b3c6347
commit 3d3ec3588b
7 changed files with 10 additions and 9 deletions

View File

@@ -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)