mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
Fixed: Searching for a new series with the same title twice in a row
This commit is contained in:
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…
Reference in New Issue
Block a user