[web] Hide quality for Spotify tracks

This commit is contained in:
Alain Nussbaumer 2025-03-01 07:51:46 +01:00
parent b068b5f745
commit 173139515f

View File

@ -61,12 +61,14 @@ export default {
}, },
{ {
label: 'property.quality', label: 'property.quality',
value: this.item.data_kind !== 'spotify' && this.$t('dialog.track.quality-value', { value:
format: this.item.type, this.item.data_kind !== 'spotify' &&
bitrate: this.item.bitrate, this.$t('dialog.track.quality-value', {
channels: this.$t('count.channels', this.item.channels), format: this.item.type,
samplerate: this.item.samplerate bitrate: this.item.bitrate,
}) channels: this.$t('count.channels', this.item.channels),
samplerate: this.item.samplerate
})
}, },
{ {
label: 'property.added-on', label: 'property.added-on',