aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorTim Eisele <Ghost_of_Stone@web.de>2026-04-13 20:06:46 +0200
committerGitHub <noreply@github.com>2026-04-13 20:06:46 +0200
commitfb33b725e064f0954c5a4f2af17041b7552eb6e1 (patch)
tree6508b8696bf8abd049c7786f976d66a40af83b4f /Emby.Server.Implementations
parentce3fa80a28a660fbfed632b6e556c2a77c7b0620 (diff)
Fix in-process restart (#16482)HEADmaster
Fix in-process restart
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/IO/LibraryMonitor.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/IO/LibraryMonitor.cs b/Emby.Server.Implementations/IO/LibraryMonitor.cs
index 7cff2a25b6..23bd5cf200 100644
--- a/Emby.Server.Implementations/IO/LibraryMonitor.cs
+++ b/Emby.Server.Implementations/IO/LibraryMonitor.cs
@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.IO
_fileSystem = fileSystem;
appLifetime.ApplicationStarted.Register(Start);
+ appLifetime.ApplicationStopping.Register(Stop);
}
/// <inheritdoc />