소스 검색

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