mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
commit
b93ad40571
2 changed files with 8 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ export const AlbumDetailHeader = forwardRef(
|
|||
value:
|
||||
detailQuery?.data?.duration && formatDurationString(detailQuery.data.duration),
|
||||
},
|
||||
{
|
||||
id: 'playCount',
|
||||
value: t('entity.play', {
|
||||
count: detailQuery?.data?.playCount as number,
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
||||
if (originalDifferentFromRelease) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue