mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added another field to sort on, for better consistency
This commit is contained in:
@@ -217,7 +217,13 @@ var List = {
|
||||
full_playlist.sort(Helper.predicate({
|
||||
name: 'votes',
|
||||
reverse: true
|
||||
}, 'added'));
|
||||
}, {
|
||||
name: 'added',
|
||||
reverse: false
|
||||
}, {
|
||||
name: 'title',
|
||||
reverse: false
|
||||
}));
|
||||
},
|
||||
|
||||
show: function(){
|
||||
|
||||
Reference in New Issue
Block a user