added live tv items page

This commit is contained in:
Luke Pulverenti
2015-03-14 16:56:50 -04:00
parent b1d2841583
commit cde1df51ec
6 changed files with 27 additions and 9 deletions

View File

@@ -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>