diff --git a/client/components/cards/ItemSearchCard.vue b/client/components/cards/ItemSearchCard.vue index bfcac8f0..ca74f1b7 100644 --- a/client/components/cards/ItemSearchCard.vue +++ b/client/components/cards/ItemSearchCard.vue @@ -2,15 +2,9 @@
{{ title }}
- - - - -{{ $getString('LabelByAuthor', [authorName]) }}
- - - +{{ title }}
+{{ subtitle }}
+{{ $getString('LabelByAuthor', [authorName]) }}
${this.$strings.LabelEpisode}: ${html}
` - if (this.matchKey === 'tags') return `${this.$strings.LabelTags}: ${html}
` - if (this.matchKey === 'subtitle') return `${html}
` - if (this.matchKey === 'authors') this.$getString('LabelByAuthor', [html]) - if (this.matchKey === 'isbn') return `ISBN: ${html}
` - if (this.matchKey === 'asin') return `ASIN: ${html}
` - if (this.matchKey === 'series') return `${this.$strings.LabelSeries}: ${html}
` - if (this.matchKey === 'narrators') return `${this.$strings.LabelNarrator}: ${html}
` - return `${html}` } }, methods: {}, diff --git a/client/components/controls/GlobalSearch.vue b/client/components/controls/GlobalSearch.vue index 65e66927..3c2c6039 100644 --- a/client/components/controls/GlobalSearch.vue +++ b/client/components/controls/GlobalSearch.vue @@ -25,7 +25,7 @@