Explorar o código

fix duplicate latest recordings section

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
e9ae479360
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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; }