aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/SessionInfoDto.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-13 13:27:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-13 13:27:13 -0400
commit8df1ebe49967ed96b85076bf4dbfbf761fb5268d (patch)
treed13e5447fa0551a6f6ced8fb09ae6cad3786c0e9 /MediaBrowser.Model/Session/SessionInfoDto.cs
parentb6ca79b73fdae969773935068c175ace43ac778d (diff)
add new mirror mode
Diffstat (limited to 'MediaBrowser.Model/Session/SessionInfoDto.cs')
-rw-r--r--MediaBrowser.Model/Session/SessionInfoDto.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs
index 4c51070ee..f235cebb3 100644
--- a/MediaBrowser.Model/Session/SessionInfoDto.cs
+++ b/MediaBrowser.Model/Session/SessionInfoDto.cs
@@ -164,12 +164,6 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value><c>true</c> if [supports remote control]; otherwise, <c>false</c>.</value>
public bool SupportsRemoteControl { get; set; }
-
- /// <summary>
- /// Gets or sets a value indicating whether [supports navigation commands].
- /// </summary>
- /// <value><c>true</c> if [supports navigation commands]; otherwise, <c>false</c>.</value>
- public bool SupportsNavigationControl { get; set; }
public event PropertyChangedEventHandler PropertyChanged;