handle more duplicate episode paths when deleting

This commit is contained in:
Luke Pulverenti
2014-01-23 13:46:33 -05:00
parent 145285784b
commit 36210922e5
2 changed files with 77 additions and 20 deletions

View File

@@ -74,11 +74,17 @@ 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>