mirror of https://github.com/lidarr/Lidarr
Close view after adding series
This commit is contained in:
parent
daeb2fc652
commit
fc3ad9023d
|
@ -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 New Issue