1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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