mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30: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',
|
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user