mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
changed sort options to match UI (#707)
This commit is contained in:
parent
a3f389af5e
commit
3d4b1c3be5
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@ module.exports = Marionette.Layout.extend({
|
|||
name : 'sortTitle'
|
||||
},
|
||||
{
|
||||
title : 'Quality',
|
||||
title: 'Downloaded',
|
||||
name: 'downloadedQuality'
|
||||
},
|
||||
{
|
||||
title : 'Profile',
|
||||
name : 'profileId'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue