aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 832eb3ca8..b6423ed2f 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -95,15 +95,7 @@ namespace MediaBrowser.Api.Playback
public bool DeInterlace { get; set; }
- public bool ReadInputAtNativeFramerate
- {
- get {
-
- return InputProtocol == MediaProtocol.Rtmp ||
- string.Equals(InputContainer, "wtv", StringComparison.OrdinalIgnoreCase) ||
- !string.IsNullOrEmpty(LiveTvStreamId);
- }
- }
+ public bool ReadInputAtNativeFramerate { get; set; }
public TransportStreamTimestamp InputTimestamp { get; set; }