aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-09-03 11:51:02 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-09-03 11:51:02 +0200
commitb724e57458e60e967bf05e943c5cf6b1a41f4044 (patch)
tree9ec216e1c55f0a818d89440a54817e9d50506b5b /Emby.Server.Implementations/Library
parentd73e3d964e3ce8197ec86bdaad447072305bc0d6 (diff)
Reduce comments
Diffstat (limited to 'Emby.Server.Implementations/Library')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 92a87d9f50..0ced650587 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -3723,8 +3723,8 @@ namespace Emby.Server.Implementations.Library
}
}
- // The directory caches are shared, so the validation below would otherwise resolve
- // the libraries root from a listing taken before this folder was created.
+ // The validation below would otherwise resolve the libraries root from a listing
+ // taken before this folder was created.
_directoryService.Invalidate(virtualFolderPath);
}
finally