diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-03-25 08:44:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 08:44:34 +0100 |
| commit | 8f16e10fc6b138c817d3c21f6cd9a760d30e6d13 (patch) | |
| tree | b06639d6f34dbee6f593c3f7afd8715bcfb6efb1 | |
| parent | 1f07586d1cd03b42d35d95cc3c7eec04bf40e597 (diff) | |
Apply suggestions from code review
| -rw-r--r-- | MediaBrowser.Model/Dlna/StreamInfo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dlna/StreamInfo.cs b/MediaBrowser.Model/Dlna/StreamInfo.cs index 81d534d85..f12860eac 100644 --- a/MediaBrowser.Model/Dlna/StreamInfo.cs +++ b/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)) { |
