mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Notification schema added to server side.
This commit is contained in:
parent
fea10997ad
commit
482cbc20a3
6 changed files with 152 additions and 1 deletions
|
@ -4,7 +4,7 @@ define(['app', 'Series/EpisodeModel'], function () {
|
|||
url : NzbDrone.Constants.ApiRoot + '/calendar',
|
||||
model : NzbDrone.Series.EpisodeModel,
|
||||
comparator: function (model) {
|
||||
return model.get('start');
|
||||
return model.get('airDate');
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue