Sfoglia il codice sorgente

fix duplicate latest recordings section

Luke Pulverenti 8 anni fa
parent
commit
e9ae479360
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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; }