Browse Source

Apply suggestions from code review

Claus Vium 4 years ago
parent
commit
8f16e10fc6
1 changed files with 0 additions and 2 deletions
  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))
                 {