diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2025-03-28 07:21:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 07:21:59 +0100 |
| commit | 7f5cc544df40bc79bf84c9adcdca35ea224c9c33 (patch) | |
| tree | da5aa2a6a96b96123723c23406470fee9df36d2a /tests/Jellyfin.Server.Implementations.Tests | |
| parent | f02190c394ad300c00dec4cc4f3b9d42ac6aaca2 (diff) | |
| parent | 15465afd8e7f8a72dd79654f458f8c298e776e02 (diff) | |
Merge pull request #13790 from crobibero/fix-build
Fix build and tests
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs index a6d6b03400..caf2b06b73 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Item/OrderMapperTests.cs @@ -1,6 +1,6 @@ using System; -using Jellyfin.Data.Entities; using Jellyfin.Data.Enums; +using Jellyfin.Database.Implementations.Entities; using Jellyfin.Server.Implementations.Item; using MediaBrowser.Controller.Entities; using Xunit; |
