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