[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,7 +61,9 @@ export default {
}, },
{ {
label: 'property.quality', label: 'property.quality',
value: this.item.data_kind !== 'spotify' && this.$t('dialog.track.quality-value', { value:
this.item.data_kind !== 'spotify' &&
this.$t('dialog.track.quality-value', {
format: this.item.type, format: this.item.type,
bitrate: this.item.bitrate, bitrate: this.item.bitrate,
channels: this.$t('count.channels', this.item.channels), channels: this.$t('count.channels', this.item.channels),