Fix in-process restart (#16482)

Fix in-process restart
This commit is contained in:
Tim Eisele
2026-04-13 20:06:46 +02:00
committed by GitHub
parent ce3fa80a28
commit fb33b725e0
3 changed files with 4 additions and 1 deletions
@@ -60,6 +60,7 @@ namespace Emby.Server.Implementations.IO
_fileSystem = fileSystem;
appLifetime.ApplicationStarted.Register(Start);
appLifetime.ApplicationStopping.Register(Stop);
}
/// <inheritdoc />