aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/ServiceHandler.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-13 18:40:51 +0100
committerBond_009 <bond.009@outlook.com>2018-12-30 22:44:38 +0100
commit3d3ec3588b523bd6f47795886ef9bdaebc850f95 (patch)
tree7e70c8a7cff36a5875c6152c1907f8fe0170d8bb /Emby.Server.Implementations/Services/ServiceHandler.cs
parent0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca (diff)
Mark where ILogger is being set to null
Diffstat (limited to 'Emby.Server.Implementations/Services/ServiceHandler.cs')
-rw-r--r--Emby.Server.Implementations/Services/ServiceHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Services/ServiceHandler.cs b/Emby.Server.Implementations/Services/ServiceHandler.cs
index 50965b4a9..0f9be1e64 100644
--- a/Emby.Server.Implementations/Services/ServiceHandler.cs
+++ b/Emby.Server.Implementations/Services/ServiceHandler.cs
@@ -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)