mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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