diff options
Diffstat (limited to 'Emby.Server.Implementations/Library')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 2 |
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 |
