update hls params

This commit is contained in:
Luke Pulverenti
2017-01-07 03:09:24 -05:00
parent 552e21b864
commit b578877ac4
3 changed files with 14 additions and 11 deletions

View File

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