diff options
Diffstat (limited to 'Jellyfin.Data/Entities/Chapter.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Chapter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Data/Entities/Chapter.cs b/Jellyfin.Data/Entities/Chapter.cs index 6822b1902..ad119d1c6 100644 --- a/Jellyfin.Data/Entities/Chapter.cs +++ b/Jellyfin.Data/Entities/Chapter.cs @@ -10,6 +10,8 @@ public class Chapter { public Guid ItemId { get; set; } + public required BaseItem Item { get; set; } + public required int ChapterIndex { get; set; } public required long StartPositionTicks { get; set; } |
