mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Notification schema added to server side.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user