mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Should ignore Id when its 0
This commit is contained in:
@@ -20,6 +20,7 @@ define([
|
||||
|
||||
initialize: function () {
|
||||
this.model.set('isExisting', true);
|
||||
this.model.set('id', undefined);
|
||||
},
|
||||
|
||||
addSeries: function () {
|
||||
|
||||
Reference in New Issue
Block a user