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