mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 15:20:09 -05:00
[web] Hide quality for Spotify tracks
This commit is contained in:
parent
b068b5f745
commit
173139515f
@ -61,12 +61,14 @@ export default {
|
||||
},
|
||||
{
|
||||
label: 'property.quality',
|
||||
value: this.item.data_kind !== 'spotify' && this.$t('dialog.track.quality-value', {
|
||||
format: this.item.type,
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$t('count.channels', this.item.channels),
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
value:
|
||||
this.item.data_kind !== 'spotify' &&
|
||||
this.$t('dialog.track.quality-value', {
|
||||
format: this.item.type,
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$t('count.channels', this.item.channels),
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
},
|
||||
{
|
||||
label: 'property.added-on',
|
||||
|
Loading…
x
Reference in New Issue
Block a user