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

Update NzbDroneController.js

pull/6/head
delphiactual 11 years ago
parent 4f48e16719
commit b36b38ad78

@ -19,11 +19,11 @@ define(
setTitle: function (title) {
title = title.toLocaleLowerCase();
if (title === 'sonarr') {
document.title = 'sonarr';
if (title === 'Sonarr') {
document.title = 'Sonarr';
}
else {
document.title = title + ' - sonarr';
document.title = title + ' - Sonarr';
}
if(window.NzbDrone.Analytics && window.Piwik){

Loading…
Cancel
Save