Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/de4baade9f87248d77106ff1a313a498870f4fb3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(radarr): Fixed an issue where the radarr sync would break

pull/4910/head
tidusjar 2 years ago
parent e1adb07b70
commit de4baade9f

@ -46,8 +46,8 @@ namespace Ombi.Schedule.Jobs.Radarr
await tran.CommitAsync();
var radarrSettings = _radarrSettings.GetSettingsAsync();
var radarr4kSettings = _radarr4kSettings.GetSettingsAsync();
await Process(await radarrSettings);
var radarr4kSettings = _radarr4kSettings.GetSettingsAsync();
await Process(await radarr4kSettings);
}
catch (Exception)

Loading…
Cancel
Save