fixed new series id in addseries.collection

This commit is contained in:
kay.one 2013-05-24 21:55:13 -07:00
commit 42994ae39d
2 changed files with 1 additions and 9 deletions

View file

@ -5,10 +5,7 @@ define(['app', 'Series/SeriesModel'], function () {
model: NzbDrone.Series.SeriesModel,
parse: function (response) {
_.each(response, function (model) {
model.id = undefined;
});
response.id = undefined;
return response;
}
});