mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix album detail header track count
This commit is contained in:
parent
fc8110ca79
commit
3c99a662e8
@ -79,9 +79,9 @@ export const AlbumDetailHeader = forwardRef(
|
||||
},
|
||||
{
|
||||
id: 'songCount',
|
||||
value: t('entity.song_many', {
|
||||
value: `${detailQuery?.data?.songCount} ${t('entity.track_other', {
|
||||
count: detailQuery?.data?.songCount as number,
|
||||
}),
|
||||
})}`,
|
||||
},
|
||||
{
|
||||
id: 'duration',
|
||||
|
Loading…
Reference in New Issue
Block a user