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