1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Close all database connections on shutdown

This commit is contained in:
Qstick
2022-11-20 11:47:28 -06:00
parent f9ef7e3578
commit 7d4865dea3
17 changed files with 31 additions and 26 deletions
@@ -1,6 +1,6 @@
using System;
namespace Radarr.Host
namespace NzbDrone.Host
{
public class TerminateApplicationException : ApplicationException
{