fixed posters for add series search

This commit is contained in:
kay.one 2013-05-25 18:19:03 -07:00
parent 9ed187202a
commit 2a89897a99
6 changed files with 40 additions and 9 deletions

View file

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