mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-19 21:48:59 -04:00
[web] Fix the display of channels in track modal dialogs
This commit is contained in:
parent
939dab6a48
commit
0cfd753770
File diff suppressed because one or more lines are too long
@ -77,7 +77,7 @@ export default {
|
|||||||
key: 'property.quality',
|
key: 'property.quality',
|
||||||
value: this.$t('dialog.track.quality-value', {
|
value: this.$t('dialog.track.quality-value', {
|
||||||
bitrate: this.item.bitrate,
|
bitrate: this.item.bitrate,
|
||||||
channels: this.$t('data.channels', this.item.channels),
|
count: this.item.channels,
|
||||||
format: this.item.type,
|
format: this.item.type,
|
||||||
samplerate: this.item.samplerate
|
samplerate: this.item.samplerate
|
||||||
})
|
})
|
||||||
|
@ -68,7 +68,7 @@ export default {
|
|||||||
this.item.data_kind !== 'spotify' &&
|
this.item.data_kind !== 'spotify' &&
|
||||||
this.$t('dialog.track.quality-value', {
|
this.$t('dialog.track.quality-value', {
|
||||||
bitrate: this.item.bitrate,
|
bitrate: this.item.bitrate,
|
||||||
channels: this.$t('data.channels', this.item.channels),
|
count: this.item.channels,
|
||||||
format: this.item.type,
|
format: this.item.type,
|
||||||
samplerate: this.item.samplerate
|
samplerate: this.item.samplerate
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user