瀏覽代碼

Updated EpgInfo.cs
Name was not available

Sven Van den brande 11 年之前
父節點
當前提交
41eef06707
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      MediaBrowser.Model/LiveTv/EpgInfo.cs

+ 5 - 0
MediaBrowser.Model/LiveTv/EpgInfo.cs

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