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