mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Sonarr not Radarr
This commit is contained in:
parent
76f5b26322
commit
40a71d65ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue