[sorting] Add Added option to root sort for albums
Some checks failed
CI / test (push) Successful in 1m24s
CI / deploy (push) Has been cancelled

This commit is contained in:
2026-06-29 14:54:38 -04:00
parent a60ecc941d
commit 6a5f75643d
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

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