diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-05 20:39:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-05 20:39:02 -0400 |
| commit | f7cd7182d55779b623c8da34bb3ca3b524194830 (patch) | |
| tree | eeb2ff3107df9a2eeea4630d2c6a09339a354336 /MediaBrowser.Controller/Session/SessionInfo.cs | |
| parent | 7049ad66f47f4de3a62e0cc10ca8911f1dc454a7 (diff) | |
display additional transcoding info in dashboard
Diffstat (limited to 'MediaBrowser.Controller/Session/SessionInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/SessionInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index bc0f8a5d1..6f27f6cb2 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -122,6 +122,8 @@ namespace MediaBrowser.Controller.Session /// <value>The supported commands.</value> public List<string> SupportedCommands { get; set; } + public TranscodingInfo TranscodingInfo { get; set; } + /// <summary> /// Gets a value indicating whether this instance is active. /// </summary> |
