[sorting] Allow album ordering by date
This commit is contained in:
@ -89,6 +89,7 @@ fields:
|
||||
owner: Owner
|
||||
followers: Followers
|
||||
popularity: Popularity
|
||||
date: Date
|
||||
time:
|
||||
seconds:
|
||||
short: secs
|
||||
|
||||
@ -195,6 +195,10 @@ class Albums extends React.Component {
|
||||
value: 'last_modified',
|
||||
label: i18n('fields.filters.updated'),
|
||||
},
|
||||
{
|
||||
value: 'release_date',
|
||||
label: i18n('fields.filters.date'),
|
||||
},
|
||||
{
|
||||
value: 'tracks',
|
||||
label: i18n('fields.filters.tracks'),
|
||||
|
||||
Reference in New Issue
Block a user