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

fixed fast loading when collection is already fetched.

pull/3113/head
Keivan Beigi 12 years ago
parent a5d122c112
commit 54d2da95ed

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

Loading…
Cancel
Save