mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed new series id in addseries.collection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user