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

Fixed the add button on add series

pull/2/head
Mark McDowall 12 years ago
parent eedccf03b6
commit 06c1055b0d

@ -57,7 +57,7 @@ define(
}
},
addSeries: function () {
_addSeries: function () {
var icon = this.ui.addButton.find('icon');
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');

Loading…
Cancel
Save