浏览代码

Allow people on books

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; }