mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
fix album song count
This commit is contained in:
parent
c88c6cf55e
commit
68476deb98
1 changed files with 2 additions and 2 deletions
|
|
@ -83,9 +83,9 @@ export const AlbumDetailHeader = forwardRef(
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'songCount',
|
id: 'songCount',
|
||||||
value: `${detailQuery?.data?.songCount} ${t('entity.track_other', {
|
value: t('entity.trackWithCount', {
|
||||||
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