mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed new series id in addseries.collection
This commit is contained in:
parent
e1b9fb2f16
commit
42994ae39d
2 changed files with 1 additions and 9 deletions
|
@ -18,11 +18,6 @@ define([
|
|||
'click .x-add': 'addSeries'
|
||||
},
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
this.model.set('id', undefined);
|
||||
},
|
||||
|
||||
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