From 344a6dcd2c39c6a0a1f34b888f260e297781a2c5 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sun, 6 Sep 2026 08:38:43 +0200 Subject: Apply review suggestions --- Emby.Server.Implementations/IO/LibraryMonitor.cs | 2 -- Emby.Server.Implementations/Library/LibraryManager.cs | 1 - 2 files changed, 3 deletions(-) (limited to 'Emby.Server.Implementations') 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 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 -- cgit v1.2.3