[sorting] Add Added option to root sort for albums
This commit is contained in:
@ -12,6 +12,14 @@ Built and maintained by James Barnsley.
|
||||
.. image:: https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square
|
||||
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=james%40barnsley%2enz&lc=NZ&item_name=James%20Barnsley¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
||||
|
||||
Fork notes (by powellc)
|
||||
**********
|
||||
|
||||
- Add support for mopidy-smartlists
|
||||
- Add support for filtering the root Album view by release date
|
||||
- Add default "Added" sorting to the drop down sort menu
|
||||
- General test clean up
|
||||
|
||||
Features
|
||||
********
|
||||
|
||||
|
||||
@ -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