aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2025-03-28 07:21:59 +0100
committerGitHub <noreply@github.com>2025-03-28 07:21:59 +0100
commit7f5cc544df40bc79bf84c9adcdca35ea224c9c33 (patch)
treeda5aa2a6a96b96123723c23406470fee9df36d2a /Jellyfin.Server.Implementations
parentf02190c394ad300c00dec4cc4f3b9d42ac6aaca2 (diff)
parent15465afd8e7f8a72dd79654f458f8c298e776e02 (diff)
Merge pull request #13790 from crobibero/fix-build
Fix build and tests
Diffstat (limited to 'Jellyfin.Server.Implementations')
-rw-r--r--Jellyfin.Server.Implementations/Item/OrderMapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Item/OrderMapper.cs b/Jellyfin.Server.Implementations/Item/OrderMapper.cs
index df2fd08b1..03249b927 100644
--- a/Jellyfin.Server.Implementations/Item/OrderMapper.cs
+++ b/Jellyfin.Server.Implementations/Item/OrderMapper.cs
@@ -1,8 +1,8 @@
using System;
using System.Linq;
using System.Linq.Expressions;
-using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
+using Jellyfin.Database.Implementations.Entities;
using MediaBrowser.Controller.Entities;
using Microsoft.EntityFrameworkCore;