mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
fixed posters for add series search
This commit is contained in:
parent
9ed187202a
commit
2a89897a99
6 changed files with 40 additions and 9 deletions
|
@ -18,6 +18,10 @@ define([
|
|||
'click .x-add': 'addSeries'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
var icon = this.ui.addButton.find('icon');
|
||||
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue