Update BaseControlHandler.cs

This commit is contained in:
BaronGreenback 2020-09-25 19:51:37 +01:00 committed by GitHub
parent 63571578ae
commit 7567779127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ namespace Emby.Dlna.Service
} }
} }
if (localName != null && namespaceURI != null) if (localName != null && namespaceURI != null)
{ {
return new ControlRequestInfo(localName, namespaceURI); return new ControlRequestInfo(localName, namespaceURI);
} }