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

Stop double fecthing the collection on first load of series page

pull/2/head
Mark McDowall 12 years ago
parent 7ebc9e3980
commit 693dd8f622

@ -171,7 +171,6 @@ define(
onShow: function () {
this._showToolbar();
this._renderView();
this._fetchCollection();
},
_fetchCollection: function () {

Loading…
Cancel
Save