diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-23 01:08:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-23 01:08:07 -0400 |
| commit | 17e1c8c22b8ee09a363cfd76ed315b3af9cc09c8 (patch) | |
| tree | 6b86b4ac7e3f707799742a6d95b535861175045b /MediaBrowser.Api/Playback/StreamRequest.cs | |
| parent | 430b187ef6b7d550e9ade89dd0254c5d1448a77a (diff) | |
update sync settings
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamRequest.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamRequest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/StreamRequest.cs b/MediaBrowser.Api/Playback/StreamRequest.cs index e1a577f52..8cdf846ed 100644 --- a/MediaBrowser.Api/Playback/StreamRequest.cs +++ b/MediaBrowser.Api/Playback/StreamRequest.cs @@ -193,8 +193,6 @@ namespace MediaBrowser.Api.Playback [ApiMember(Name = "CopyTimestamps", Description = "Whether or not to copy timestamps when transcoding with an offset. Defaults to false.", IsRequired = false, DataType = "bool", ParameterType = "query", Verb = "GET")] public bool CopyTimestamps { get; set; } - public bool ForceLiveStream { get; set; } - public bool EnableSubtitlesInManifest { get; set; } public VideoStreamRequest() |
