mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Backbone collection will not sort properly.... wtf
Sorting on the server now for calendar
This commit is contained in:
parent
06c1055b0d
commit
18d7963ade
4 changed files with 21 additions and 7 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue