mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Fix typo in comment and remove useless ones
This commit is contained in:
@@ -12,8 +12,6 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
|
||||
/// <inheritdoc/>
|
||||
public void Configure(EntityTypeBuilder<DeviceOptions> builder)
|
||||
{
|
||||
// Indexes
|
||||
|
||||
builder
|
||||
.HasIndex(entity => entity.DeviceId)
|
||||
.IsUnique();
|
||||
|
||||
Reference in New Issue
Block a user