mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Searching for a new series with the same title twice in a row
This commit is contained in:
@@ -105,6 +105,7 @@ define(
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if (!this.isExisting) {
|
else if (!this.isExisting) {
|
||||||
|
this.collection.term = '';
|
||||||
this.collection.reset();
|
this.collection.reset();
|
||||||
this._clearResults();
|
this._clearResults();
|
||||||
this.ui.seriesSearch.val('');
|
this.ui.seriesSearch.val('');
|
||||||
|
|||||||
Reference in New Issue
Block a user