diff options
| author | Logan Douglas <42654828+JadedRain@users.noreply.github.com> | 2025-10-10 12:08:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 12:08:11 -0600 |
| commit | fd6e48603bcf143a1bbc3b1bda26a8e1664f9379 (patch) | |
| tree | dceb549bed1465b70ebad0ba2850d2562f9d7342 /Emby.Server.Implementations/Collections/CollectionManager.cs | |
| parent | b09c9655fd768172518f2958cc50b0b6ea3fa109 (diff) | |
| parent | 9aadf97958a724a92135f802ae1208c9b9002e9a (diff) | |
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'Emby.Server.Implementations/Collections/CollectionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Collections/CollectionManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Collections/CollectionManager.cs b/Emby.Server.Implementations/Collections/CollectionManager.cs index 0eb387ffdd..a320a774c6 100644 --- a/Emby.Server.Implementations/Collections/CollectionManager.cs +++ b/Emby.Server.Implementations/Collections/CollectionManager.cs @@ -104,6 +104,8 @@ namespace Emby.Server.Implementations.Collections await _libraryManager.AddVirtualFolder(name, CollectionTypeOptions.boxsets, libraryOptions, true).ConfigureAwait(false); + _libraryManager.RootFolder.Children = null; + return FindFolders(path).First(); } |
