diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-21 00:04:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-21 00:04:57 -0400 |
| commit | c59b4329f4e152be0d186f4db720333fb7b2c4b7 (patch) | |
| tree | 62ac1ae10920bad7b47095ce1f78c346546500f8 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | a38086126fc08bc64e9c73a259334807614ec874 (diff) | |
restore ForceLiveStream param
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 4b05a5ee6..901554973 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -2058,6 +2058,7 @@ namespace MediaBrowser.Api.Playback if (state.VideoRequest != null) { state.VideoRequest.CopyTimestamps = transcodingProfile.CopyTimestamps; + state.VideoRequest.ForceLiveStream = transcodingProfile.ForceLiveStream; } } } |
