mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: ctrl, alt and cmd won't trigger searching on add series
This commit is contained in:
parent
63022626f1
commit
af75813347
@ -57,7 +57,7 @@ define(
|
||||
|
||||
this.$el.addClass(this.className);
|
||||
|
||||
this.ui.seriesSearch.keyup(function () {
|
||||
this.ui.seriesSearch.keypress(function () {
|
||||
self.searchResult.close();
|
||||
self._abortExistingSearch();
|
||||
self.throttledSearch({
|
||||
|
Loading…
Reference in New Issue
Block a user