mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Allow people on books
This commit is contained in:
@@ -24,6 +24,9 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
|
|
||||||
public override bool SupportsPositionTicksResume => true;
|
public override bool SupportsPositionTicksResume => true;
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
|
public override bool SupportsPeople => true;
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public string SeriesPresentationUniqueKey { get; set; }
|
public string SeriesPresentationUniqueKey { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user