Browse Source

Allow people on books

Pithaya 1 năm trước cách đây
mục cha
commit
cc590f82b9
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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; }