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 /MediaBrowser.Controller/Channels | |
| parent | 7cd059c03305de3b6b5d27e3a97624e8ec24bfbb (diff) | |
WIP fixed namespaces
Diffstat (limited to 'MediaBrowser.Controller/Channels')
| -rw-r--r-- | MediaBrowser.Controller/Channels/Channel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs index 49f8df508..f6cbf5a00 100644 --- a/MediaBrowser.Controller/Channels/Channel.cs +++ b/MediaBrowser.Controller/Channels/Channel.cs @@ -9,7 +9,7 @@ using System.Text.Json.Serialization; using System.Threading; using Jellyfin.Data; using Jellyfin.Data.Entities; -using Jellyfin.Data.Enums; +using Jellyfin.Database.Implementations.Enums; using MediaBrowser.Controller.Entities; using MediaBrowser.Model.Querying; |
