Merge pull request #370 from dukrat/album_sort_on_artist

fix sorting albums on artist view
This commit is contained in:
James Barnsley
2019-02-20 10:00:19 +13:00
committed by GitHub

View File

@ -136,11 +136,11 @@ class Artist extends React.Component{
label: 'Name'
},
{
value: 'date',
value: 'release_date',
label: 'Date'
},
{
value: 'tracks_total',
value: 'tracks_uris.length',
label: 'Tracks'
}
];