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 -1
View File
@@ -3,8 +3,8 @@ using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Processes;
using NzbDrone.Host;
using NzbDrone.Test.Common;
using Radarr.Host;
namespace NzbDrone.App.Test
{