From 0200911afc125051b4f5e652ef1bebeca984b571 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 2 Apr 2014 17:55:19 -0400 Subject: add latest translations --- MediaBrowser.Controller/Session/SessionInfo.cs | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index 9dd57d12a1..ef39977f03 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -25,6 +25,7 @@ namespace MediaBrowser.Controller.Session }; AdditionalUsers = new List(); + SupportedCommands = new List(); } public List AdditionalUsers { get; set; } @@ -168,23 +169,11 @@ namespace MediaBrowser.Controller.Session public ISessionController SessionController { get; set; } /// - /// Gets or sets a value indicating whether [supports fullscreen toggle]. + /// Gets or sets the supported commands. /// - /// true if [supports fullscreen toggle]; otherwise, false. - public bool SupportsFullscreenToggle { get; set; } + /// The supported commands. + public List SupportedCommands { get; set; } - /// - /// Gets or sets a value indicating whether [supports osd toggle]. - /// - /// true if [supports osd toggle]; otherwise, false. - public bool SupportsOsdToggle { get; set; } - - /// - /// Gets or sets a value indicating whether [supports navigation commands]. - /// - /// true if [supports navigation commands]; otherwise, false. - public bool SupportsNavigationControl { get; set; } - /// /// Gets a value indicating whether this instance is active. /// -- cgit v1.2.3