mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
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…
x
Reference in New Issue
Block a user