Procházet zdrojové kódy

fix duplicate latest recordings section

Luke Pulverenti před 8 roky
rodič
revize
e9ae479360
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      MediaBrowser.Model/LiveTv/RecordingQuery.cs

+ 1 - 0
MediaBrowser.Model/LiveTv/RecordingQuery.cs

@@ -68,6 +68,7 @@ namespace MediaBrowser.Model.LiveTv
         /// <value>The fields.</value>
         public ItemFields[] Fields { get; set; }
         public bool? EnableImages { get; set; }
+        public bool? IsLibraryItem { get; set; }
         public bool? IsNews { get; set; }
         public bool? IsMovie { get; set; }
         public bool? IsSeries { get; set; }