Fix sorting albums by year (should use name as secondary sort field).
Relates to https://github.com/navidrome/navidrome/issues/961#issuecomment-967624681
This commit is contained in:
@@ -62,7 +62,7 @@ const AlbumShowLayout = (props) => {
|
||||
addLabel={false}
|
||||
reference="album"
|
||||
target="artist_id"
|
||||
sort={{ field: 'maxYear', order: 'ASC' }}
|
||||
sort={{ field: 'max_year', order: 'ASC' }}
|
||||
filter={{ artist_id: record?.id }}
|
||||
perPage={0}
|
||||
pagination={null}
|
||||
|
||||
Reference in New Issue
Block a user