add ForceLiveStream option

This commit is contained in:
Luke Pulverenti
2016-04-04 01:51:27 -04:00
parent 64795ef35b
commit c40002dee0
4 changed files with 8 additions and 1 deletions

View File

@@ -2048,6 +2048,7 @@ namespace MediaBrowser.Api.Playback
if (state.VideoRequest != null)
{
state.VideoRequest.CopyTimestamps = transcodingProfile.CopyTimestamps;
state.VideoRequest.ForceLiveStream = transcodingProfile.ForceLiveStream;
}
}
}