mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Add new series will clear results and re-focus search box
This commit is contained in:
@@ -29,9 +29,9 @@ define(
|
||||
this.addItemView(model, this.getItemView(), index);
|
||||
this.children.findByModel(model)
|
||||
.search({term: folderName})
|
||||
.always((function () {
|
||||
.always(function () {
|
||||
self._showAndSearch(currentIndex + 1);
|
||||
}));
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user