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

@ -141,8 +141,12 @@ module.exports = Marionette.Layout.extend({
title : 'Title',
name : 'sortTitle'
},
{
title: 'Downloaded',
name: 'downloadedQuality'
},
{
title : 'Quality',
title : 'Profile',
name : 'profileId'
},
{