aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Querying/SessionQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Querying/SessionQuery.cs')
-rw-r--r--MediaBrowser.Model/Querying/SessionQuery.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Querying/SessionQuery.cs b/MediaBrowser.Model/Querying/SessionQuery.cs
index 77bfef05f..fa7df315c 100644
--- a/MediaBrowser.Model/Querying/SessionQuery.cs
+++ b/MediaBrowser.Model/Querying/SessionQuery.cs
@@ -10,10 +10,5 @@ namespace MediaBrowser.Model.Querying
/// Filter by sessions that are allowed to be controlled by a given user
/// </summary>
public string ControllableByUserId { get; set; }
-
- /// <summary>
- /// Filter by sessions that either do or do not support remote control. Default returns all sessions.
- /// </summary>
- public bool? SupportsRemoteControl { get; set; }
}
}