aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-14 16:56:50 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-14 16:56:50 -0400
commitcde1df51ec093b1d35fd5fa5e89c528ff079a887 (patch)
tree5a21b89fb75bae5d55cc5d61fc47a25d9c905115 /MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
parentb1d2841583079cdfbb9c3c3c63a1f0a15d5259d3 (diff)
added live tv items page
Diffstat (limited to 'MediaBrowser.Model/LiveTv/ProgramInfoDto.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/ProgramInfoDto.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
index f511a7a17..06136459f 100644
--- a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
+++ b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
@@ -95,7 +95,13 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The official rating.</value>
public string OfficialRating { get; set; }
-
+
+ /// <summary>
+ /// Gets or sets the production year.
+ /// </summary>
+ /// <value>The production year.</value>
+ public int? ProductionYear { get; set; }
+
/// <summary>
/// Gets or sets the name of the service.
/// </summary>