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 /Jellyfin.Server.Implementations/Devices | |
| parent | 160020c551f71441fec093f5a6b2ca2650d9a74d (diff) | |
Fixed namespaces
Diffstat (limited to 'Jellyfin.Server.Implementations/Devices')
| -rw-r--r-- | Jellyfin.Server.Implementations/Devices/DeviceManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs index e414a8232..51a118645 100644 --- a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs +++ b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs @@ -5,11 +5,11 @@ using System.Linq; using System.Threading.Tasks; using Jellyfin.Data; using Jellyfin.Data.Dtos; -using Jellyfin.Data.Entities; -using Jellyfin.Data.Entities.Security; using Jellyfin.Data.Events; using Jellyfin.Data.Queries; using Jellyfin.Database.Implementations; +using Jellyfin.Database.Implementations.Entities; +using Jellyfin.Database.Implementations.Entities.Security; using Jellyfin.Database.Implementations.Enums; using Jellyfin.Extensions; using MediaBrowser.Common.Extensions; |
