mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Fixed: Show search for existing series that finds no results
This commit is contained in:
parent
8b3fd95d55
commit
d017c40747
6 changed files with 3 additions and 9 deletions
|
@ -134,6 +134,7 @@ define(
|
|||
if (!this.isClosed) {
|
||||
|
||||
if (this.collection.length === 0) {
|
||||
this.ui.searchBar.show();
|
||||
this.searchResult.show(new NotFoundView({term: this.collection.term}));
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue