mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
Sonarr not Radarr
This commit is contained in:
parent
76f5b26322
commit
40a71d65ec
@ -96,7 +96,7 @@ public static void Start(string[] args, Action<IHostBuilder> trayCallback = null
|
||||
})
|
||||
.ConfigureServices(services =>
|
||||
{
|
||||
services.Configure<PostgresOptions>(config.GetSection("Radarr:Postgres"));
|
||||
services.Configure<PostgresOptions>(config.GetSection("Sonarr:Postgres"));
|
||||
}).Build();
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user