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 /Emby.Server.Implementations/SyncPlay | |
| parent | 160020c551f71441fec093f5a6b2ca2650d9a74d (diff) | |
Fixed namespaces
Diffstat (limited to 'Emby.Server.Implementations/SyncPlay')
| -rw-r--r-- | Emby.Server.Implementations/SyncPlay/Group.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/SyncPlay/Group.cs b/Emby.Server.Implementations/SyncPlay/Group.cs index a7821c0e0..d47e47793 100644 --- a/Emby.Server.Implementations/SyncPlay/Group.cs +++ b/Emby.Server.Implementations/SyncPlay/Group.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; -using Jellyfin.Data.Entities; +using Jellyfin.Database.Implementations.Entities; using Jellyfin.Extensions; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Session; |
