diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 91e7d9c8..d506a1b7 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -237,6 +237,7 @@ export default { return this.mediaMetadata.series }, seriesName() { + if (this.collapsedSeries?.name) return this.collapsedSeries.name return this.series?.name || null }, seriesSequence() {