mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
Fix typo in comment and remove useless ones
This commit is contained in:
parent
154b7d8505
commit
e5980f8686
9 changed files with 1 additions and 23 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue