diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-02-24 22:02:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 22:02:47 +0100 |
| commit | 58609795007d4a5e4d9e94e92f7c82999ad8ad0a (patch) | |
| tree | 4397da12af7c90f6d7b966fe6a9c9e499d6e9755 /Emby.Server.Implementations/Collections/CollectionManager.cs | |
| parent | 1569cc301cae443c49e65cb316162cc4bd5863e5 (diff) | |
| parent | 81f527f8083289ce8eab77d522f51f06c3a5a70c (diff) | |
Merge pull request #5301 from Bond-009/validinput
Diffstat (limited to 'Emby.Server.Implementations/Collections/CollectionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Collections/CollectionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Collections/CollectionManager.cs b/Emby.Server.Implementations/Collections/CollectionManager.cs index 3011a37e3..1ab2bdfbe 100644 --- a/Emby.Server.Implementations/Collections/CollectionManager.cs +++ b/Emby.Server.Implementations/Collections/CollectionManager.cs @@ -107,7 +107,7 @@ namespace Emby.Server.Implementations.Collections var name = _localizationManager.GetLocalizedString("Collections"); - await _libraryManager.AddVirtualFolder(name, CollectionType.BoxSets, libraryOptions, true).ConfigureAwait(false); + await _libraryManager.AddVirtualFolder(name, CollectionTypeOptions.BoxSets, libraryOptions, true).ConfigureAwait(false); return FindFolders(path).First(); } |
