mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +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<Preference> builder)
|
||||
{
|
||||
// Indexes
|
||||
|
||||
builder
|
||||
.HasIndex(p => new { p.UserId, p.Kind })
|
||||
.HasFilter("[UserId] IS NOT NULL")
|
||||
|
||||
Reference in New Issue
Block a user