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

Close view after adding series

pull/3113/head
Mark McDowall 12 years ago
parent daeb2fc652
commit fc3ad9023d

@ -99,7 +99,7 @@ define(
else if (!this.isExisting) {
this.collection.reset();
this.searchResult.show(this.resultCollectionView);
this.searchResult.close();
this.ui.seriesSearch.val('');
this.ui.seriesSearch.focus();
}

Loading…
Cancel
Save