Fix series displayed on global search menu book

This commit is contained in:
advplyr 2021-10-17 12:18:26 -05:00
parent 48f0e039e5
commit 03e39640be

View File

@ -63,6 +63,7 @@ export default {
if (this.matchKey === 'tags') return `<p class="truncate">Tags: ${html}</p>`
if (this.matchKey === 'author') return `by ${html}`
if (this.matchKey === 'series') return `<p class="truncate">Series: ${html}</p>`
return `${html}`
}
},