Przeglądaj źródła

Allow people on books

Pithaya 1 rok temu
rodzic
commit
cc590f82b9
1 zmienionych plików z 3 dodań i 0 usunięć
  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; }