mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix the display of channels in track modal dialogs
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
||||
key: 'property.quality',
|
||||
value: this.$t('dialog.track.quality-value', {
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$t('data.channels', this.item.channels),
|
||||
count: this.item.channels,
|
||||
format: this.item.type,
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
this.item.data_kind !== 'spotify' &&
|
||||
this.$t('dialog.track.quality-value', {
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$t('data.channels', this.item.channels),
|
||||
count: this.item.channels,
|
||||
format: this.item.type,
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user