aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/SessionInfoDto.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-05 20:39:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-05 20:39:02 -0400
commitf7cd7182d55779b623c8da34bb3ca3b524194830 (patch)
treeeeb2ff3107df9a2eeea4630d2c6a09339a354336 /MediaBrowser.Model/Session/SessionInfoDto.cs
parent7049ad66f47f4de3a62e0cc10ca8911f1dc454a7 (diff)
display additional transcoding info in dashboard
Diffstat (limited to 'MediaBrowser.Model/Session/SessionInfoDto.cs')
-rw-r--r--MediaBrowser.Model/Session/SessionInfoDto.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs
index 46e214d24..7217e28f4 100644
--- a/MediaBrowser.Model/Session/SessionInfoDto.cs
+++ b/MediaBrowser.Model/Session/SessionInfoDto.cs
@@ -137,6 +137,8 @@ namespace MediaBrowser.Model.Session
public PlayerStateInfo PlayState { get; set; }
+ public TranscodingInfo TranscodingInfo { get; set; }
+
public event PropertyChangedEventHandler PropertyChanged;
public SessionInfoDto()