diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-03-31 21:58:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 21:58:06 -0600 |
| commit | 3ade3a8e63204becb856bbc268ce877c82a44a2c (patch) | |
| tree | 00125cfc5213dcf805e48350b4fbe3446a786ff0 /Emby.Server.Implementations/Collections/CollectionManager.cs | |
| parent | d9fe900952db446ded5ebdb937bd9e242b4a96de (diff) | |
Lowercase CollectionTypeOptions to match legacy experience (#11272)
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 b34d0f21e..e414792ba 100644 --- a/Emby.Server.Implementations/Collections/CollectionManager.cs +++ b/Emby.Server.Implementations/Collections/CollectionManager.cs @@ -102,7 +102,7 @@ namespace Emby.Server.Implementations.Collections var name = _localizationManager.GetLocalizedString("Collections"); - await _libraryManager.AddVirtualFolder(name, CollectionTypeOptions.BoxSets, libraryOptions, true).ConfigureAwait(false); + await _libraryManager.AddVirtualFolder(name, CollectionTypeOptions.boxsets, libraryOptions, true).ConfigureAwait(false); return FindFolders(path).First(); } |
