Sonarr not Radarr
This commit is contained in:
parent
76f5b26322
commit
40a71d65ec
|
@ -96,7 +96,7 @@ namespace NzbDrone.Host
|
||||||
})
|
})
|
||||||
.ConfigureServices(services =>
|
.ConfigureServices(services =>
|
||||||
{
|
{
|
||||||
services.Configure<PostgresOptions>(config.GetSection("Radarr:Postgres"));
|
services.Configure<PostgresOptions>(config.GetSection("Sonarr:Postgres"));
|
||||||
}).Build();
|
}).Build();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue