mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Fix collections folder duplication (#14925)
This commit is contained in:
parent
2b45a984dd
commit
79ff0b0b00
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue