diff --git a/client/components/tables/podcast/LazyEpisodeRow.vue b/client/components/tables/podcast/LazyEpisodeRow.vue index 20e6b9f9..8709b1ad 100644 --- a/client/components/tables/podcast/LazyEpisodeRow.vue +++ b/client/components/tables/podcast/LazyEpisodeRow.vue @@ -96,7 +96,7 @@ export default { return this.episode?.title || '' }, episodeSubtitle() { - return this.episode?.subtitle || '' + return this.episode?.subtitle || this.episode?.description || '' }, episodeType() { return this.episode?.episodeType || ''