Merge pull request #10371 from Pithaya/feat/book-persons

Allow persons on books
This commit is contained in:
Claus Vium
2023-11-23 23:09:06 +01:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

View File

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