1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Add series searching improvements

This commit is contained in:
Mark McDowall
2014-12-14 11:52:50 -08:00
parent 2efed23450
commit e3893083bc
4 changed files with 90 additions and 1 deletions
+1
View File
@@ -167,6 +167,7 @@ define(
if (!this.isClosed) {
this.ui.searchBar.show();
this.searchResult.show(new ErrorView({term: this.collection.term}));
this.collection.term = '';
}
}
});