diff options
| author | JPVenson <github@jpb.email> | 2025-03-25 16:45:00 +0100 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2025-03-25 16:45:00 +0100 |
| commit | 42bdb22bfb690a6af37d70f12844881d884927b1 (patch) | |
| tree | dda036104216854afc2dc83ebc59bd76fcd50454 /MediaBrowser.Controller/Library/IUserManager.cs | |
| parent | 160020c551f71441fec093f5a6b2ca2650d9a74d (diff) | |
Fixed namespaces
Diffstat (limited to 'MediaBrowser.Controller/Library/IUserManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IUserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/IUserManager.cs b/MediaBrowser.Controller/Library/IUserManager.cs index 1c115be85..0109cf4b7 100644 --- a/MediaBrowser.Controller/Library/IUserManager.cs +++ b/MediaBrowser.Controller/Library/IUserManager.cs @@ -3,8 +3,8 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; -using Jellyfin.Data.Entities; using Jellyfin.Data.Events; +using Jellyfin.Database.Implementations.Entities; using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Users; |
