aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-01 16:10:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-01 16:10:54 -0400
commit6f45ea08237eefde317088459c4a87669be981f4 (patch)
tree17eb19d11d72e0225d45323e79b0711ec30c1584 /MediaBrowser.Api/Playback/StreamState.cs
parent383b9999da15e8bc6421527c381c6aa80f14c97f (diff)
fixes #912 - Add special views for Dlna
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 139a78c80..d6933b755 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -69,6 +69,7 @@ namespace MediaBrowser.Api.Playback
public long? RunTimeTicks;
public long? InputBitrate { get; set; }
+ public long? InputFileSize { get; set; }
public string OutputAudioSync = "1";
public string OutputVideoSync = "vfr";