diff options
| author | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-08 19:53:26 +0000 |
|---|---|---|
| committer | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-08 19:53:26 +0000 |
| commit | 15bf43e3adc69fc0ec5413e81a20b1f0d5dccd5c (patch) | |
| tree | eef480ca4ae6a452677a3417c8bdaf51cc4d4863 /Jellyfin.Data | |
| parent | 6acd146d17691d1fd58e8a110425cf1d7e2cdc44 (diff) | |
Removed BaseSqliteRepository
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Entities/AttachmentStreamInfo.cs | 2 |
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; } |
