From 7b638a22bb049196376170306d2f984826e9663a Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sun, 6 Sep 2026 09:07:22 +0200 Subject: Add test --- Emby.Server.Implementations/Library/LibraryManager.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Emby.Server.Implementations/Library') diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index dc76e1183e..b698ceb420 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -3723,6 +3723,8 @@ namespace Emby.Server.Implementations.Library } } + // The libraries root was listed before this folder existed, so drop that listing: + // anything still reading it resolves the library set without the new folder. _directoryService.Invalidate(virtualFolderPath); } finally -- cgit v1.2.3