aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-09-06 09:07:22 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-09-06 09:07:22 +0200
commit7b638a22bb049196376170306d2f984826e9663a (patch)
tree993762ad734892c4a899cd93d0efa40df04b36b8 /Emby.Server.Implementations/Library
parent344a6dcd2c39c6a0a1f34b888f260e297781a2c5 (diff)
Add test
Diffstat (limited to 'Emby.Server.Implementations/Library')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 2 insertions, 0 deletions
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