Fix:Podcast author on item page and use html description for podcast episodes

This commit is contained in:
advplyr 2022-07-02 14:33:53 -05:00
parent e4c6093a82
commit 6b416e6fc1
4 changed files with 59 additions and 4 deletions

View file

@ -21,7 +21,7 @@
><span :key="`${series.id}-comma`" v-if="index < seriesList.length - 1">,&nbsp;</span></template
>
</p>
<p v-if="podcastAuthor" class="text-sm text-gray-400 py-0.5">By {{ author }}</p>
<p v-if="podcastAuthor" class="text-sm text-gray-400 py-0.5">By {{ podcastAuthor }}</p>
<p v-else-if="bookAuthors && bookAuthors.length" class="text-sm text-gray-400 py-0.5">
By
<template v-for="(author, index) in bookAuthors"