aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/StreamInfo.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-03-22 20:53:55 +0100
committercvium <clausvium@gmail.com>2021-03-22 20:53:55 +0100
commit7dedeb6c795cb7764ec1cd1d2cd943f5c5506847 (patch)
tree353bf2f761af2a17f6bc77738398e54e6a52fd16 /MediaBrowser.Model/Dlna/StreamInfo.cs
parent4637bbc723b2462ca01cb6cc5bd7e5e8b70b10c2 (diff)
change HLS endpoint defaults to false
Diffstat (limited to 'MediaBrowser.Model/Dlna/StreamInfo.cs')
-rw-r--r--MediaBrowser.Model/Dlna/StreamInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/StreamInfo.cs b/MediaBrowser.Model/Dlna/StreamInfo.cs
index 29da5d9e7..475bea4cd 100644
--- a/MediaBrowser.Model/Dlna/StreamInfo.cs
+++ b/MediaBrowser.Model/Dlna/StreamInfo.cs
@@ -631,7 +631,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 ?? true.
+ // 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))
{