aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-30 12:49:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-30 12:49:40 -0400
commitf756e39b9d5b461e6bcaa4e71006038983d28213 (patch)
tree997f476e118787cb65d219192a00458707c872fc /MediaBrowser.Api/Playback/StreamState.cs
parenta90d892ecab78a8f11fa7a4efda65ee70eceafe1 (diff)
restored live tv playback in the web client
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; }