From 40a71d65ec7644529461141c0655be9f68a50a9a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 8 Sep 2023 07:34:22 -0700 Subject: [PATCH] Sonarr not Radarr --- src/NzbDrone.Host/Bootstrap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Host/Bootstrap.cs b/src/NzbDrone.Host/Bootstrap.cs index 6997566f7..a14e9f2ff 100644 --- a/src/NzbDrone.Host/Bootstrap.cs +++ b/src/NzbDrone.Host/Bootstrap.cs @@ -96,7 +96,7 @@ namespace NzbDrone.Host }) .ConfigureServices(services => { - services.Configure(config.GetSection("Radarr:Postgres")); + services.Configure(config.GetSection("Sonarr:Postgres")); }).Build(); break;