mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Backbone collection will not sort properly.... wtf
Sorting on the server now for calendar
This commit is contained in:
@@ -14,7 +14,7 @@ define(
|
||||
return Date.create(this.get('airDate')).format('{dd}');
|
||||
},
|
||||
month : function () {
|
||||
return Date.create(this.get('airDate')).format('{MON}');
|
||||
return Date.create(this.get('airDate')).format('{Mon}');
|
||||
},
|
||||
startTime : function () {
|
||||
var start = Date.create(this.get('airDate'));
|
||||
|
Reference in New Issue
Block a user