aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-03 23:58:19 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-03 23:58:19 -0500
commitd02c0ba3f44269fa2ed4a86c2d472155bc4fdf09 (patch)
treec482f8ada5e5b13685050b7725b093d7dc0d3610 /MediaBrowser.Api/Playback/StreamState.cs
parenta72a297c88a50e48c1dc4a6b58c7213be786e1a0 (diff)
added hls changes for live tv
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 55d7b22e2..3874fa603 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -56,6 +56,7 @@ namespace MediaBrowser.Api.Playback
public string LiveTvStreamId { get; set; }
public int SegmentLength = 10;
+ public int HlsListSize;
public long? RunTimeTicks;