浏览代码

Apply suggestions from code review

Claus Vium 4 年之前
父节点
当前提交
8f16e10fc6
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      MediaBrowser.Model/Dlna/StreamInfo.cs

+ 0 - 2
MediaBrowser.Model/Dlna/StreamInfo.cs

@@ -185,8 +185,6 @@ namespace MediaBrowser.Model.Dlna
                     continue;
                 }
 
-                // Be careful, IsDirectStream==true by default (Static != false or not in query).
-                // See initialization of StreamingRequestDto in AudioController.GetAudioStream() method : Static = @static ?? false.
                 if (string.Equals(pair.Name, "Static", StringComparison.OrdinalIgnoreCase) &&
                     string.Equals(pair.Value, "false", StringComparison.OrdinalIgnoreCase))
                 {