Sonarr not Radarr

pull/6013/head
Mark McDowall 9 months ago
parent 76f5b26322
commit 40a71d65ec

@ -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;

Loading…
Cancel
Save