mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fix
This commit is contained in:
parent
3a338c1899
commit
bade35958a
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ namespace Emby.Dlna.ConnectionManager
|
|||
if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
HandleGetProtocolInfo(xmlWriter);
|
||||
return;
|
||||
}
|
||||
|
||||
throw new ResourceNotFoundException("Unexpected control request name: " + methodName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue