From 36210922e58b6d1022c5d0ed38e3a1baf3ecf41b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 23 Jan 2014 13:46:33 -0500 Subject: handle more duplicate episode paths when deleting --- MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs b/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs index 4159e5271b..da6b8ab17a 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvServiceStatusInfo.cs @@ -74,11 +74,17 @@ namespace MediaBrowser.Controller.LiveTv public string ChannelId { get; set; } /// - /// Gets or sets the timer identifier. + /// Gets or sets the recording identifier. /// - /// The timer identifier. - public string TimerId { get; set; } + /// The recording identifier. + public string RecordingId { get; set; } + /// + /// Gets or sets the name of the program. + /// + /// The name of the program. + public string ProgramName { get; set; } + /// /// Gets or sets the clients. /// -- cgit v1.2.3