aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/RecordingQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 16:36:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 16:36:11 -0500
commite05a84c789641966b49e780ea6111126a1102a86 (patch)
tree77211c60a554fb1af552b8ea118b1e0080adc85c /MediaBrowser.Model/LiveTv/RecordingQuery.cs
parentaf49f6d2320f1b73396b9733275e48bb2b8a4e52 (diff)
updated nuget for live tv
Diffstat (limited to 'MediaBrowser.Model/LiveTv/RecordingQuery.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/RecordingQuery.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/RecordingQuery.cs b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
index 8d9866b5ec..8c83b0fcbd 100644
--- a/MediaBrowser.Model/LiveTv/RecordingQuery.cs
+++ b/MediaBrowser.Model/LiveTv/RecordingQuery.cs
@@ -5,6 +5,16 @@
/// </summary>
public class RecordingQuery
{
+ /// <summary>
+ /// Gets or sets the channel identifier.
+ /// </summary>
+ /// <value>The channel identifier.</value>
public string ChannelId { get; set; }
+
+ /// <summary>
+ /// Gets or sets the name of the service.
+ /// </summary>
+ /// <value>The name of the service.</value>
+ public string ServiceName { get; set; }
}
}