mirror of https://github.com/Radarr/Radarr
changed sort options to match UI (#707)
This commit is contained in:
parent
a3f389af5e
commit
3d4b1c3be5
|
@ -141,8 +141,12 @@ module.exports = Marionette.Layout.extend({
|
|||
title : 'Title',
|
||||
name : 'sortTitle'
|
||||
},
|
||||
{
|
||||
title: 'Downloaded',
|
||||
name: 'downloadedQuality'
|
||||
},
|
||||
{
|
||||
title : 'Quality',
|
||||
title : 'Profile',
|
||||
name : 'profileId'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue