aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-08-01 21:51:49 +0200
committerGitHub <noreply@github.com>2020-08-01 21:51:49 +0200
commitb7421db5fea50e684334806a4ecc8d9f943d754a (patch)
tree8ce432f3d05bfaf146dfa1b8a5b49cf42ee520a7 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent7621c8b8065b2c96a5886445c30a0b553a90e807 (diff)
parentad32800504c08812212f7f39403924fdee635e5d (diff)
Merge pull request #3578 from barronpm/displaypreferences-efcore
Migrate Display Preferences to EF Core
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index bb56c83c2..9abcf2b62 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
+using Jellyfin.Data.Enums;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Audio;