diff options
| author | JPVenson <github@jpb.email> | 2025-03-25 15:30:22 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-03-25 15:30:22 +0000 |
| commit | 160020c551f71441fec093f5a6b2ca2650d9a74d (patch) | |
| tree | 4d9b38494dd38e265081d25814d842af9ef1b584 /Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs | |
| parent | 7cd059c03305de3b6b5d27e3a97624e8ec24bfbb (diff) | |
WIP fixed namespaces
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs index e204a16a6..3f9491038 100644 --- a/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs +++ b/Jellyfin.Server.Implementations/Users/DisplayPreferencesManager.cs @@ -6,6 +6,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Jellyfin.Data.Entities; +using Jellyfin.Database.Implementations; using MediaBrowser.Controller; using Microsoft.EntityFrameworkCore; |
