diff options
| author | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-09 11:02:47 +0000 |
|---|---|---|
| committer | JPVenson <6794763+JPVenson@users.noreply.github.com> | 2024-10-09 11:02:47 +0000 |
| commit | 3dc402433870ba3dcd0f0c9f282ea96538e43c8b (patch) | |
| tree | e25b4f8727a20151462cd3ed475e6b6101badd61 /Jellyfin.Data/Entities/ItemValue.cs | |
| parent | 2014fa56b8ab0b0aec0b31ae0d2d9e2fce02ee53 (diff) | |
Added BaseItem Configuration
Diffstat (limited to 'Jellyfin.Data/Entities/ItemValue.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/ItemValue.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/ItemValue.cs b/Jellyfin.Data/Entities/ItemValue.cs index 1063aaa8b2..78da478b1c 100644 --- a/Jellyfin.Data/Entities/ItemValue.cs +++ b/Jellyfin.Data/Entities/ItemValue.cs @@ -13,7 +13,7 @@ public class ItemValue /// <summary> /// Gets or Sets the reference ItemId. /// </summary> - public Guid ItemId { get; set; } + public required Guid ItemId { get; set; } /// <summary> /// Gets or Sets the referenced BaseItem. |
