From 75493854040ee2e691e2b31f8593cd13ae5e4803 Mon Sep 17 00:00:00 2001 From: benonymity Date: Sun, 1 May 2022 18:27:02 -0400 Subject: [PATCH] Return null if not podcast --- components/cards/LazyListBookCard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/cards/LazyListBookCard.vue b/components/cards/LazyListBookCard.vue index e21d661c..cc7355cb 100644 --- a/components/cards/LazyListBookCard.vue +++ b/components/cards/LazyListBookCard.vue @@ -114,6 +114,8 @@ export default { } else { return this.media.numEpisodes + ' episodes' } + } else { + return null } }, placeholderUrl() {