diff options
| author | Nyanmisaka <nst799610810@gmail.com> | 2020-08-03 14:58:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-03 14:58:44 +0800 |
| commit | c23d991c95a45b9cb60f546c2490ca8f2a8d9dc0 (patch) | |
| tree | ef1b97d10cdd078fb828a51dd87b2395305b7319 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 7b3f76b81fd92d30ac8783508fb7b6793d32ec95 (diff) | |
| parent | 47e63def20c0f3bc3d63579be7ac28cc1bf20bc2 (diff) | |
Merge branch 'master' into tonemap
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 1 |
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; |
