mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Add series searching improvements
This commit is contained in:
parent
2efed23450
commit
e3893083bc
4 changed files with 90 additions and 1 deletions
|
@ -167,6 +167,7 @@ define(
|
|||
if (!this.isClosed) {
|
||||
this.ui.searchBar.show();
|
||||
this.searchResult.show(new ErrorView({term: this.collection.term}));
|
||||
this.collection.term = '';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue