diff --git a/client/components/cards/AudiobookSearchCard.vue b/client/components/cards/AudiobookSearchCard.vue index be8420f0..159f02b0 100644 --- a/client/components/cards/AudiobookSearchCard.vue +++ b/client/components/cards/AudiobookSearchCard.vue @@ -1,5 +1,5 @@ @@ -70,6 +70,7 @@ export default { if (this.matchKey === 'tags') return `

Tags: ${html}

` if (this.matchKey === 'authorFL') return `by ${html}` + if (this.matchKey === 'isbn') return `

ISBN: ${html}

` if (this.matchKey === 'series') return `

Series: ${html}

` return `${html}` }