diff --git a/components/cards/LazyBookCard.vue b/components/cards/LazyBookCard.vue index 0ff4f236..606d45d1 100644 --- a/components/cards/LazyBookCard.vue +++ b/components/cards/LazyBookCard.vue @@ -227,6 +227,7 @@ export default { return this.collapsedSeries ? this.collapsedSeries.numBooks : 0 }, displayTitle() { + if (this.recentEpisode) return this.recentEpisode.title if (this.orderBy === 'media.metadata.title' && this.sortingIgnorePrefix && this.title.toLowerCase().startsWith('the ')) { return this.title.substr(4) + ', The' }