mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix
This commit is contained in:
parent
3a338c1899
commit
bade35958a
@ -28,6 +28,7 @@ namespace Emby.Dlna.ConnectionManager
|
|||||||
if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
HandleGetProtocolInfo(xmlWriter);
|
HandleGetProtocolInfo(xmlWriter);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new ResourceNotFoundException("Unexpected control request name: " + methodName);
|
throw new ResourceNotFoundException("Unexpected control request name: " + methodName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user