Update BaseControlHandler.cs

pull/4212/head
BaronGreenback 4 years ago committed by GitHub
parent 63571578ae
commit 7567779127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save