mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Fix album detail header track count
This commit is contained in:
parent
fc8110ca79
commit
3c99a662e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue