mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update hls params
This commit is contained in:
@@ -521,7 +521,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
|
||||
builder.AppendLine("#EXTM3U");
|
||||
|
||||
var isLiveStream = IsLiveStream(state);
|
||||
var isLiveStream = state.IsSegmentedLiveStream;
|
||||
|
||||
var queryStringIndex = Request.RawUrl.IndexOf('?');
|
||||
var queryString = queryStringIndex == -1 ? string.Empty : Request.RawUrl.Substring(queryStringIndex);
|
||||
|
||||
Reference in New Issue
Block a user