mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
fixed posters for add series search
This commit is contained in:
parent
9ed187202a
commit
2a89897a99
6 changed files with 40 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue