feat(style): add brackets around tracks count in album select

This commit is contained in:
ArneBo 2025-05-03 14:41:17 +02:00 committed by Arne Bollinger
parent 5e624b70e8
commit ce6b93802d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ watch(() => props.channel, fetchData, { immediate: true })
:value="album.id" :value="album.id"
> >
{{ album.title }} {{ album.title }}
{{ t('components.channels.AlbumSelect.meta.tracks', album.tracks_count) }} {{ `(${t('components.channels.AlbumSelect.meta.tracks', album.tracks_count)})` }}
</option> </option>
</select> </select>
<Spacer :size="4" /> <Spacer :size="4" />