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

Fixed event binding for episode file collection on episode modal

pull/45/head
Mark McDowall 12 years ago
parent d4a9bd25bd
commit 149f94b006

@ -93,7 +93,7 @@ define(
});
}
this.listenTo(this.episodeFileCollection, 'all', this._collectionChanged);
this.listenTo(this.episodeFileCollection, 'add remove', this._collectionChanged);
}
else {

Loading…
Cancel
Save