aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Entities/AttachmentStreamInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Data/Entities/AttachmentStreamInfo.cs b/Jellyfin.Data/Entities/AttachmentStreamInfo.cs
index d2483548b..858465424 100644
--- a/Jellyfin.Data/Entities/AttachmentStreamInfo.cs
+++ b/Jellyfin.Data/Entities/AttachmentStreamInfo.cs
@@ -7,6 +7,8 @@ public class AttachmentStreamInfo
{
public required Guid ItemId { get; set; }
+ public required BaseItem Item { get; set; }
+
public required int Index { get; set; }
public required string Codec { get; set; }