Notification schema added to server side.

This commit is contained in:
Mark McDowall 2013-05-24 18:51:25 -07:00
parent fea10997ad
commit 482cbc20a3
6 changed files with 152 additions and 1 deletions

View file

@ -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');
}
});
});