mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02: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