diff options
| author | Tim Eisele <Ghost_of_Stone@web.de> | 2026-04-13 20:06:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-13 20:06:46 +0200 |
| commit | fb33b725e064f0954c5a4f2af17041b7552eb6e1 (patch) | |
| tree | 6508b8696bf8abd049c7786f976d66a40af83b4f /Emby.Server.Implementations | |
| parent | ce3fa80a28a660fbfed632b6e556c2a77c7b0620 (diff) | |
Fix in-process restart
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/IO/LibraryMonitor.cs | 1 |
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 /> |
