Fix album sorting in Artist page

This commit is contained in:
Deluan 2024-07-04 17:21:31 -04:00 committed by Joe Stump
parent dc709b35c6
commit 330a267368
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -60,7 +60,7 @@ const AlbumShowLayout = (props) => {
addLabel={false}
reference="album"
target="artist_id"
sort={{ field: 'max_year asc,date asc', order: 'ASC' }}
sort={{ field: 'max_year', order: 'ASC' }}
filter={{ artist_id: record?.id }}
perPage={0}
pagination={null}