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

Merge pull request from bybeet/typo

Fix typo
pull/1094/head
Jamie 8 years ago committed by GitHub
commit 87612a59bb

@ -394,7 +394,7 @@ $(function () {
if (results.result) {
// It's on Netflix
$('#' + id + 'netflixTab')
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Avaialble on Netflix</span></a>");
.html("<a href='https://www.netflix.com/watch/"+results.netflixId+"' target='_blank'><span class='label label-success'>Available on Netflix</span></a>");
}
});

Loading…
Cancel
Save