changed sort options to match UI (#707)

This commit is contained in:
zductiv 2017-02-12 04:04:19 +08:00 committed by Devin Buhl
parent a3f389af5e
commit 3d4b1c3be5
1 changed files with 5 additions and 1 deletions

View File

@ -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'
}, },
{ {