aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2020-08-01 07:52:31 -0600
committerGitHub <noreply@github.com>2020-08-01 07:52:31 -0600
commitafe82087469eee03b434233d5d128b4cd85c336a (patch)
treefd0b1291784c6b001d6eba365db3ff4d1f3f7cc7 /Jellyfin.Api/Controllers/DynamicHlsController.cs
parentf645e2f8841577d7f1cd3a664d401c8c1837cca0 (diff)
Update Jellyfin.Api/Controllers/DynamicHlsController.cs
Co-authored-by: David <daullmer@gmail.com>
Diffstat (limited to 'Jellyfin.Api/Controllers/DynamicHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DynamicHlsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs
index c7b84d810..efe76624e 100644
--- a/Jellyfin.Api/Controllers/DynamicHlsController.cs
+++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs
@@ -1156,7 +1156,7 @@ namespace Jellyfin.Api.Controllers
var isLiveStream = state.IsSegmentedLiveStream;
- var queryString = Request.Query.ToString();
+ var queryString = Request.QueryString.ToString();
// from universal audio service
if (queryString.IndexOf("SegmentContainer", StringComparison.OrdinalIgnoreCase) == -1 && !string.IsNullOrWhiteSpace(state.Request.SegmentContainer))