Sonarr not Radarr

This commit is contained in:
Mark McDowall 2023-09-08 07:34:22 -07:00
parent 76f5b26322
commit 40a71d65ec
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace NzbDrone.Host
})
.ConfigureServices(services =>
{
services.Configure<PostgresOptions>(config.GetSection("Radarr:Postgres"));
services.Configure<PostgresOptions>(config.GetSection("Sonarr:Postgres"));
}).Build();
break;