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

Fixed: Searching for a new series with the same title twice in a row

pull/6/head
Mark McDowall 11 years ago
parent d017c40747
commit 1298eedb29

@ -105,6 +105,7 @@ define(
}
else if (!this.isExisting) {
this.collection.term = '';
this.collection.reset();
this._clearResults();
this.ui.seriesSearch.val('');

Loading…
Cancel
Save