1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

fixed add new series

This commit is contained in:
kay.one
2013-05-12 08:18:17 -07:00
parent a77a529969
commit 29ca16ce77
16 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ define(['app', 'AddSeries/RootFolders/RootFolderCollection', 'AddSeries/New/Sear
this.collection.parse = function (response) {
_.each(response, function (model) {
model.id = null;
model.id = undefined;
});
return response;