aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Service/BaseControlHandler.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-25 19:51:37 +0100
committerGitHub <noreply@github.com>2020-09-25 19:51:37 +0100
commit75677791275792e8dcfae1e9361b93af75443a75 (patch)
treec1492c32c4d20a109c5506de8adcf11b5ba01544 /Emby.Dlna/Service/BaseControlHandler.cs
parent63571578ae04ec3b16f8cc5c5b2f9252de78aeda (diff)
Update BaseControlHandler.cs
Diffstat (limited to 'Emby.Dlna/Service/BaseControlHandler.cs')
-rw-r--r--Emby.Dlna/Service/BaseControlHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Service/BaseControlHandler.cs b/Emby.Dlna/Service/BaseControlHandler.cs
index 39004d394..776882aa5 100644
--- a/Emby.Dlna/Service/BaseControlHandler.cs
+++ b/Emby.Dlna/Service/BaseControlHandler.cs
@@ -188,7 +188,7 @@ namespace Emby.Dlna.Service
}
}
- if (localName != null && namespaceURI != null)
+ if (localName != null && namespaceURI != null)
{
return new ControlRequestInfo(localName, namespaceURI);
}