aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs12
1 files changed, 9 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs b/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs
index 4159e5271..da6b8ab17 100644
--- a/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs
@@ -74,12 +74,18 @@ namespace MediaBrowser.Controller.LiveTv
public string ChannelId { get; set; }
/// <summary>
- /// Gets or sets the timer identifier.
+ /// Gets or sets the recording identifier.
/// </summary>
- /// <value>The timer identifier.</value>
- public string TimerId { get; set; }
+ /// <value>The recording identifier.</value>
+ public string RecordingId { get; set; }
/// <summary>
+ /// Gets or sets the name of the program.
+ /// </summary>
+ /// <value>The name of the program.</value>
+ public string ProgramName { get; set; }
+
+ /// <summary>
/// Gets or sets the clients.
/// </summary>
/// <value>The clients.</value>