mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
Fixed the add button on add series
This commit is contained in:
parent
eedccf03b6
commit
06c1055b0d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue