aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/HomeSection.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/HomeSection.cs')
-rw-r--r--Jellyfin.Data/Entities/HomeSection.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/HomeSection.cs b/Jellyfin.Data/Entities/HomeSection.cs
index 062046260..5adc52491 100644
--- a/Jellyfin.Data/Entities/HomeSection.cs
+++ b/Jellyfin.Data/Entities/HomeSection.cs
@@ -15,7 +15,6 @@ namespace Jellyfin.Data.Entities
/// <remarks>
/// Identity. Required.
/// </remarks>
- [Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; protected set; }