aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemsController.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-08-31 11:00:28 +0200
committerGitHub <noreply@github.com>2020-08-31 11:00:28 +0200
commit9a2f2aac220ee44deef61c6127b96a491f390322 (patch)
treecee5f8968c521050664199f5d51978b71f271d22 /Jellyfin.Api/Controllers/ItemsController.cs
parented756dfe9636ebe246d027011a65c597f4ae04cf (diff)
parentacb213e4b8edf1c55f615fa8d0079f0fb7fdea68 (diff)
Merge pull request #4018 from barronpm/library-entity-cleanup
Library Entity Cleanup
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ItemsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs
index 6b0eb8f24..f9273bad6 100644
--- a/Jellyfin.Api/Controllers/ItemsController.cs
+++ b/Jellyfin.Api/Controllers/ItemsController.cs
@@ -4,10 +4,10 @@ using System.Linq;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Extensions;
using Jellyfin.Api.Helpers;
-using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
+using MediaBrowser.Controller.Entities.Audio;
using MediaBrowser.Controller.Library;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;