Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/8170dcb297f19410476486f338011dcbac89b0b8 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1653/merge
Jamie 7 years ago
parent 79e0c07d06
commit 8170dcb297

@ -461,6 +461,7 @@ namespace Ombi.Controllers
j.EmbyContentSync = j.EmbyContentSync.HasValue() ? j.EmbyContentSync : JobSettingsHelper.EmbyContent(j);
j.PlexContentSync = j.PlexContentSync.HasValue() ? j.PlexContentSync : JobSettingsHelper.PlexContent(j);
j.UserImporter = j.UserImporter.HasValue() ? j.UserImporter : JobSettingsHelper.UserImporter(j);
j.SickRageSync = j.SickRageSync.HasValue() ? j.SickRageSync : JobSettingsHelper.SickRageSync(j);
return j;
}

Loading…
Cancel
Save