mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix album detail header track count
This commit is contained in:
@@ -79,9 +79,9 @@ export const AlbumDetailHeader = forwardRef(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'songCount',
|
id: 'songCount',
|
||||||
value: t('entity.song_many', {
|
value: `${detailQuery?.data?.songCount} ${t('entity.track_other', {
|
||||||
count: detailQuery?.data?.songCount as number,
|
count: detailQuery?.data?.songCount as number,
|
||||||
}),
|
})}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'duration',
|
id: 'duration',
|
||||||
|
|||||||
Reference in New Issue
Block a user