mirror of https://github.com/jellyfin/jellyfin
Fix collections folder duplication (#14925)
This commit is contained in:
parent
2b45a984dd
commit
79ff0b0b00
|
|
@ -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…
Reference in New Issue