mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 23:04:49 +01:00
Close view after adding series
This commit is contained in:
parent
daeb2fc652
commit
fc3ad9023d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue