mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix album song count
This commit is contained in:
@@ -83,9 +83,9 @@ export const AlbumDetailHeader = forwardRef(
|
||||
},
|
||||
{
|
||||
id: 'songCount',
|
||||
value: `${detailQuery?.data?.songCount} ${t('entity.track_other', {
|
||||
value: t('entity.trackWithCount', {
|
||||
count: detailQuery?.data?.songCount as number,
|
||||
})}`,
|
||||
}),
|
||||
},
|
||||
{
|
||||
id: 'duration',
|
||||
|
||||
Reference in New Issue
Block a user