Bond-009 5 年之前
父节点
当前提交
bade35958a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);