aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorNyanmisaka <nst799610810@gmail.com>2020-08-03 14:58:44 +0800
committerGitHub <noreply@github.com>2020-08-03 14:58:44 +0800
commitc23d991c95a45b9cb60f546c2490ca8f2a8d9dc0 (patch)
treeef1b97d10cdd078fb828a51dd87b2395305b7319 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent7b3f76b81fd92d30ac8783508fb7b6793d32ec95 (diff)
parent47e63def20c0f3bc3d63579be7ac28cc1bf20bc2 (diff)
Merge branch 'master' into tonemap
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;