mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-06 10:23:21 +03:00
Fix album sorting in Artist page
This commit is contained in:
parent
6722395879
commit
33717f26d4
@ -60,7 +60,7 @@ const AlbumShowLayout = (props) => {
|
|||||||
addLabel={false}
|
addLabel={false}
|
||||||
reference="album"
|
reference="album"
|
||||||
target="artist_id"
|
target="artist_id"
|
||||||
sort={{ field: 'max_year asc,date asc', order: 'ASC' }}
|
sort={{ field: 'max_year', order: 'ASC' }}
|
||||||
filter={{ artist_id: record?.id }}
|
filter={{ artist_id: record?.id }}
|
||||||
perPage={0}
|
perPage={0}
|
||||||
pagination={null}
|
pagination={null}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user