aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 21:38:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-26 21:38:11 -0500
commit64818ebd223880d1ef7d7173b10968077d2378b0 (patch)
treefb998d497b29d77d1bb722fa49b60a287613f64e /MediaBrowser.Model/LiveTv
parent9f5fbfa8551e22287080fa28af1177279c72db21 (diff)
fix directory watchers not picking up changes
Diffstat (limited to 'MediaBrowser.Model/LiveTv')
-rw-r--r--MediaBrowser.Model/LiveTv/ProgramInfoDto.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
index 2cafd288df..26cfd3cf00 100644
--- a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
+++ b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
@@ -100,6 +100,18 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The recording status.</value>
public RecordingStatus? RecordingStatus { get; set; }
+
+ /// <summary>
+ /// Gets or sets the timer identifier.
+ /// </summary>
+ /// <value>The timer identifier.</value>
+ public string TimerId { get; set; }
+
+ /// <summary>
+ /// Gets or sets the timer status.
+ /// </summary>
+ /// <value>The timer status.</value>
+ public RecordingStatus? TimerStatus { get; set; }
public ProgramInfoDto()
{