diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-08-31 11:00:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 11:00:28 +0200 |
| commit | 9a2f2aac220ee44deef61c6127b96a491f390322 (patch) | |
| tree | cee5f8968c521050664199f5d51978b71f271d22 /Jellyfin.Api/Controllers/ItemsController.cs | |
| parent | ed756dfe9636ebe246d027011a65c597f4ae04cf (diff) | |
| parent | acb213e4b8edf1c55f615fa8d0079f0fb7fdea68 (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.cs | 2 |
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; |
