aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-03-30 16:28:19 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-30 16:28:19 -0700
commit087b556730ed69efc987c0b23c033e6edd0fe81c (patch)
tree8793b9604115c510c64f7e23a583aa76d35f8158 /MediaBrowser.Api/Playback/StreamState.cs
parentf586c9911dcc930a55c37cf87298b8bd223e2803 (diff)
parentf756e39b9d5b461e6bcaa4e71006038983d28213 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 504d7d921..48285a4b1 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -51,8 +51,6 @@ namespace MediaBrowser.Api.Playback
public bool HasMediaStreams { get; set; }
- public bool SendInputOverStandardInput { get; set; }
-
public CancellationTokenSource StandardInputCancellationTokenSource { get; set; }
public string LiveTvStreamId { get; set; }