mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Should ignore Id when its 0
This commit is contained in:
parent
343a794c2a
commit
e1b9fb2f16
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,7 @@ define([
|
|||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
this.model.set('id', undefined);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue