mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Close view after adding series
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user