2
0
Bond-009 5 жил өмнө
parent
commit
bade35958a

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

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