diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-03 11:51:02 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-03 11:51:02 +0200 |
| commit | b724e57458e60e967bf05e943c5cf6b1a41f4044 (patch) | |
| tree | 9ec216e1c55f0a818d89440a54817e9d50506b5b /Jellyfin.Api/Controllers/LibraryStructureController.cs | |
| parent | d73e3d964e3ce8197ec86bdaad447072305bc0d6 (diff) | |
Reduce comments
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryStructureController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryStructureController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryStructureController.cs b/Jellyfin.Api/Controllers/LibraryStructureController.cs index 5cd6dada19..83684f1b91 100644 --- a/Jellyfin.Api/Controllers/LibraryStructureController.cs +++ b/Jellyfin.Api/Controllers/LibraryStructureController.cs @@ -189,8 +189,8 @@ public class LibraryStructureController : BaseJellyfinApiController Directory.Move(currentPath, newPath); - // The directory caches are shared, so the validation below would otherwise resolve the - // libraries root from a listing taken before the folder was moved. + // The validation below would otherwise resolve the libraries root from a listing taken + // before the folder was moved. _directoryService.Invalidate(currentPath); _directoryService.Invalidate(newPath); } |
