sort by added

This commit is contained in:
j 2015-04-11 14:31:47 +02:00
parent b5286499e0
commit 3784123704

View file

@ -74,7 +74,7 @@ pandora.ui.cacheDialog = function() {
}, },
keys: ['author'], keys: ['author'],
scrollbarVisible: true, scrollbarVisible: true,
sort: [{key: 'progress', operator: '+'}], sort: [{key: 'added', operator: '-'}],
unique: 'id' unique: 'id'
}).bindEvent({ }).bindEvent({
'delete': function(data) { 'delete': function(data) {