aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-09-06 08:38:43 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-09-06 08:38:43 +0200
commit344a6dcd2c39c6a0a1f34b888f260e297781a2c5 (patch)
tree56e566a1c469d4ed7c0ff8acdff215863baf1093 /Emby.Server.Implementations/Library
parentf8470630be0f3fa7b8052ebd822f23531d30da2f (diff)
Apply review suggestions
Diffstat (limited to 'Emby.Server.Implementations/Library')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 80e89b4305..dc76e1183e 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -3723,7 +3723,6 @@ namespace Emby.Server.Implementations.Library
}
}
- // The injected service is a singleton, so its listing predates this folder.
_directoryService.Invalidate(virtualFolderPath);
}
finally