mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
add existing has a load more button that shows all of the results.
This commit is contained in:
@@ -5,9 +5,11 @@ define(['app', 'Series/SeriesModel'], function () {
|
||||
model: NzbDrone.Series.SeriesModel,
|
||||
|
||||
parse: function (response) {
|
||||
if (response) {
|
||||
response.id = undefined;
|
||||
}
|
||||
|
||||
_.each(response, function (model) {
|
||||
model.id = undefined;
|
||||
});
|
||||
|
||||
return response;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user