mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
Update BaseControlHandler.cs
This commit is contained in:
parent
63571578ae
commit
7567779127
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user