Bond-009 5 years ago
parent
commit
bade35958a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Emby.Dlna/ConnectionManager/ControlHandler.cs

+ 1 - 0
Emby.Dlna/ConnectionManager/ControlHandler.cs

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