restore ForceLiveStream param

This commit is contained in:
Luke Pulverenti
2016-04-21 00:04:57 -04:00
parent a38086126f
commit c59b4329f4
7 changed files with 36 additions and 35 deletions

View File

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