mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -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