diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-06 08:38:43 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-06 08:38:43 +0200 |
| commit | 344a6dcd2c39c6a0a1f34b888f260e297781a2c5 (patch) | |
| tree | 56e566a1c469d4ed7c0ff8acdff215863baf1093 /Emby.Server.Implementations/IO | |
| parent | f8470630be0f3fa7b8052ebd822f23531d30da2f (diff) | |
Apply review suggestions
Diffstat (limited to 'Emby.Server.Implementations/IO')
| -rw-r--r-- | Emby.Server.Implementations/IO/LibraryMonitor.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/IO/LibraryMonitor.cs b/Emby.Server.Implementations/IO/LibraryMonitor.cs index d5735aed27..0f92e2f03e 100644 --- a/Emby.Server.Implementations/IO/LibraryMonitor.cs +++ b/Emby.Server.Implementations/IO/LibraryMonitor.cs @@ -368,8 +368,6 @@ namespace Emby.Server.Implementations.IO return; } - // The injected service is a singleton, so drop the path before the checks below: - // a change we deliberately do not refresh for still has to read correctly later. _directoryService.Invalidate(path); // Ignore certain files, If the parent of an ignored path has a change event, ignore that too |
