Pithaya преди 1 година
родител
ревизия
cc590f82b9
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      MediaBrowser.Controller/Entities/Book.cs

+ 3 - 0
MediaBrowser.Controller/Entities/Book.cs

@@ -24,6 +24,9 @@ namespace MediaBrowser.Controller.Entities
 
         public override bool SupportsPositionTicksResume => true;
 
+        [JsonIgnore]
+        public override bool SupportsPeople => true;
+
         [JsonIgnore]
         public string SeriesPresentationUniqueKey { get; set; }