1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Fixed: ctrl, alt and cmd won't trigger searching on add series

This commit is contained in:
Mark McDowall
2014-04-13 13:59:49 -07:00
parent 63022626f1
commit af75813347

View File

@@ -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({