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

fixed build issue

pull/4016/head v4.0.1039
tidusjar 4 years ago
parent 530e55a39f
commit fad49a251d

@ -106,7 +106,7 @@ namespace Ombi.Schedule.Jobs.Couchpotato
_log.LogError("TMDBId is not > 0 for movie {0}", m.title);
}
}
var strat = _ctx.Database.CreateExecutionStrategy();
strat = _ctx.Database.CreateExecutionStrategy();
await strat.ExecuteAsync(async () =>
{
using (var tran = await _ctx.Database.BeginTransactionAsync())

Loading…
Cancel
Save