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

Fixed log files refresh

pull/6/head
Mark McDowall 12 years ago
parent 0747e53d4f
commit 4defc04026

@ -140,7 +140,7 @@ define(
this.contents.show(new ContentsView({ model: model }));
},
_refreshLogs: function () {
_refreshLogs: function (buttonContext) {
this.contents.close();
var promise = this.collection.fetch();
buttonContext.ui.icon.spinForPromise(promise);

Loading…
Cancel
Save