mirror of https://github.com/lidarr/Lidarr
Fixed the add button on add series
This commit is contained in:
parent
eedccf03b6
commit
06c1055b0d
|
@ -57,7 +57,7 @@ define(
|
|||
}
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
_addSeries: function () {
|
||||
var icon = this.ui.addButton.find('icon');
|
||||
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');
|
||||
|
||||
|
|
Loading…
Reference in New Issue