mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 23:05:18 -07:00
Fixed: Pasting title into add new series search input will trigger search
This commit is contained in:
parent
f277b60cc9
commit
a29f133e5d
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ module.exports = Marionette.Layout.extend({
|
||||||
|
|
||||||
this.$el.addClass(this.className);
|
this.$el.addClass(this.className);
|
||||||
|
|
||||||
this.ui.seriesSearch.keyup(function(e) {
|
this.ui.seriesSearch.on('input', function(e) {
|
||||||
|
|
||||||
if (_.contains([
|
if (_.contains([
|
||||||
9,
|
9,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue