diff --git a/static/js/cacheDialog.js b/static/js/cacheDialog.js index 60ab3d06c..d0c1975f3 100644 --- a/static/js/cacheDialog.js +++ b/static/js/cacheDialog.js @@ -74,7 +74,7 @@ pandora.ui.cacheDialog = function() { }, keys: ['author'], scrollbarVisible: true, - sort: [{key: 'progress', operator: '+'}], + sort: [{key: 'added', operator: '-'}], unique: 'id' }).bindEvent({ 'delete': function(data) {