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
1 changed files with 1 additions and 1 deletions

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);
}