aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs')
-rw-r--r--Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs b/Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs
index 0db1944b5..038afd752 100644
--- a/Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs
+++ b/Jellyfin.Server.Implementations/ModelConfiguration/DeviceOptionsConfiguration.cs
@@ -12,8 +12,6 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
/// <inheritdoc/>
public void Configure(EntityTypeBuilder<DeviceOptions> builder)
{
- // Indexes
-
builder
.HasIndex(entity => entity.DeviceId)
.IsUnique();