Browse Source

forgot streaminfo

cvium 4 years ago
parent
commit
1f07586d1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Model/Dlna/StreamInfo.cs

+ 1 - 1
MediaBrowser.Model/Dlna/StreamInfo.cs

@@ -188,7 +188,7 @@ namespace MediaBrowser.Model.Dlna
                 // 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, "true", StringComparison.OrdinalIgnoreCase))
+                    string.Equals(pair.Value, "false", StringComparison.OrdinalIgnoreCase))
                 {
                     continue;
                 }