diff --git a/web-src/src/components/ModalDialogTrack.vue b/web-src/src/components/ModalDialogTrack.vue index 56bd53e2..ab575c68 100644 --- a/web-src/src/components/ModalDialogTrack.vue +++ b/web-src/src/components/ModalDialogTrack.vue @@ -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',