aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/RecordingQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-28 16:37:01 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-28 16:37:01 -0500
commit73255b60735948710256e2662ceb5f12ead6d886 (patch)
tree22fb4533bb6d6d0cec09474098c8cd0e419a5b08 /MediaBrowser.Model/LiveTv/RecordingQuery.cs
parent28b0ff1e75a937d16e8c8cd09fb3369e0961d0d2 (diff)
display recording groups
Diffstat (limited to 'MediaBrowser.Model/LiveTv/RecordingQuery.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/RecordingQuery.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/RecordingQuery.cs b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
index 20a7074a5..10161b99a 100644
--- a/MediaBrowser.Model/LiveTv/RecordingQuery.cs
+++ b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
@@ -22,6 +22,21 @@
/// </summary>
/// <value>The identifier.</value>
public string Id { get; set; }
+
+ /// <summary>
+ /// Gets or sets the group identifier.
+ /// </summary>
+ /// <value>The group identifier.</value>
+ public string GroupId { get; set; }
+ }
+
+ public class RecordingGroupQuery
+ {
+ /// <summary>
+ /// Gets or sets the user identifier.
+ /// </summary>
+ /// <value>The user identifier.</value>
+ public string UserId { get; set; }
}
public class TimerQuery