changed sort options to match UI (#707)

pull/2/head
zductiv 8 years ago committed by Devin Buhl
parent a3f389af5e
commit 3d4b1c3be5

@ -142,7 +142,11 @@ module.exports = Marionette.Layout.extend({
name : 'sortTitle' name : 'sortTitle'
}, },
{ {
title : 'Quality', title: 'Downloaded',
name: 'downloadedQuality'
},
{
title : 'Profile',
name : 'profileId' name : 'profileId'
}, },
{ {

Loading…
Cancel
Save