1
0
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:
Mark McDowall 2023-09-08 07:34:22 -07:00
parent 76f5b26322
commit 40a71d65ec

View File

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