Fix collections folder duplication (#14925)

This commit is contained in:
theguymadmax
2025-10-08 10:32:00 -04:00
committed by GitHub
parent 2b45a984dd
commit 79ff0b0b00

View File

@@ -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();
}