Add:Show audiobook duration and narrator in audible match results #886

This commit is contained in:
advplyr 2022-08-03 18:06:25 -05:00
parent 605a6d8b25
commit 3d3571013f
3 changed files with 7 additions and 4 deletions

View file

@ -10,7 +10,9 @@
<div class="flex-grow" />
<p>{{ book.publishedYear }}</p>
</div>
<p class="text-gray-300 text-sm">{{ book.author }}</p>
<p class="text-gray-300 text-sm">by {{ book.author }}</p>
<p v-if="book.narrator" class="text-gray-400 text-xs">Narrated by {{ book.narrator }}</p>
<p v-if="book.duration" class="text-gray-400 text-xs">Runtime: {{ $elapsedPrettyExtended(book.duration) }}</p>
<div v-if="book.series && book.series.length" class="flex py-1 -mx-1">
<div v-for="(series, index) in book.series" :key="index" class="bg-white bg-opacity-10 rounded-full px-1 py-0.5 mx-1">
<p class="leading-3 text-xs text-gray-400">