diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-04 01:51:27 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-04 01:51:27 -0400 |
| commit | c40002dee01beab977e04b695899c44f80b65dcc (patch) | |
| tree | 7484be2623493f08b6ef3178408abf67cacd18a4 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 64795ef35b8291bee4de409af5bb267f66aa71d3 (diff) | |
add ForceLiveStream option
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index dfa279019..2c3abe95e 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -2048,6 +2048,7 @@ namespace MediaBrowser.Api.Playback if (state.VideoRequest != null) { state.VideoRequest.CopyTimestamps = transcodingProfile.CopyTimestamps; + state.VideoRequest.ForceLiveStream = transcodingProfile.ForceLiveStream; } } } |
