Updated EpgInfo.cs

Name was not available
This commit is contained in:
Sven Van den brande 2013-11-11 10:54:03 +01:00
parent 9c4e8f3381
commit 41eef06707
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
public string Id { get; set; }
/// <summary>
/// Name of the program
/// </summary>
public string Name { get; set; }
/// <summary>
/// Description of the progam.
/// </summary>