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.Api/Controllers/MediaSegmentsController.cs | |
| parent | 7cd059c03305de3b6b5d27e3a97624e8ec24bfbb (diff) | |
WIP fixed namespaces
Diffstat (limited to 'Jellyfin.Api/Controllers/MediaSegmentsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/MediaSegmentsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/MediaSegmentsController.cs b/Jellyfin.Api/Controllers/MediaSegmentsController.cs index 2d1d4e2c8..e30e2b54e 100644 --- a/Jellyfin.Api/Controllers/MediaSegmentsController.cs +++ b/Jellyfin.Api/Controllers/MediaSegmentsController.cs @@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; using Jellyfin.Api.Extensions; -using Jellyfin.Data.Enums; +using Jellyfin.Database.Implementations.Enums; using MediaBrowser.Controller; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; |
