[sorting] Add Added option to root sort for albums
This commit is contained in:
@ -90,6 +90,7 @@ fields:
|
||||
followers: Followers
|
||||
popularity: Popularity
|
||||
date: Date
|
||||
added: Added
|
||||
time:
|
||||
seconds:
|
||||
short: secs
|
||||
|
||||
@ -199,6 +199,10 @@ class Albums extends React.Component {
|
||||
value: 'release_date',
|
||||
label: i18n('fields.filters.date'),
|
||||
},
|
||||
{
|
||||
value: 'added_at',
|
||||
label: i18n('fields.filters.added'),
|
||||
},
|
||||
{
|
||||
value: 'tracks',
|
||||
label: i18n('fields.filters.tracks'),
|
||||
|
||||
Reference in New Issue
Block a user