diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-28 01:08:18 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-28 01:08:18 -0500 |
| commit | 5372c0bf23367a82592ab9eb75c2bc9282f1f2f4 (patch) | |
| tree | fd3a0dd58e35652c2f8375ca88ea523fb36402c3 /MediaBrowser.Api/Playback/StreamRequest.cs | |
| parent | be390433dda8ec3afcc36b7c70ac78b06333e643 (diff) | |
remove unused property
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamRequest.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamRequest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/StreamRequest.cs b/MediaBrowser.Api/Playback/StreamRequest.cs index 50c779765..2a2ad92cd 100644 --- a/MediaBrowser.Api/Playback/StreamRequest.cs +++ b/MediaBrowser.Api/Playback/StreamRequest.cs @@ -194,7 +194,6 @@ namespace MediaBrowser.Api.Playback public bool CopyTimestamps { get; set; } public bool EnableSubtitlesInManifest { get; set; } - public bool EnableSplittingOnNonKeyFrames { get; set; } public bool RequireAvc { get; set; } public VideoStreamRequest() |
