[sorting] Allow album ordering by date
All checks were successful
CI / test (push) Successful in 1m24s
CI / deploy (push) Successful in 1m59s

This commit is contained in:
2026-06-29 12:23:10 -04:00
parent aca309e39d
commit e270675a30
2 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,7 @@ fields:
owner: Owner
followers: Followers
popularity: Popularity
date: Date
time:
seconds:
short: secs

View File

@ -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'),