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

Going to Series should force a reload of drone after an update

pull/6/head
Mark McDowall 11 years ago
parent 5c2f77339d
commit f806fa747e

@ -10,11 +10,14 @@ define(
return NzbDroneController.extend({
_originalInit: NzbDroneController.prototype.initialize,
initialize: function () {
this.route('', this.series);
this.route('series', this.series);
this.route('series/:query', this.seriesDetails);
this._originalInit.apply(this, arguments);
},
series: function () {

Loading…
Cancel
Save