[web-src] Show release date in music album listings

This commit is contained in:
chme 2020-10-18 09:00:51 +02:00
parent bdeb4d0838
commit 3b5e08331b

View File

@ -9,6 +9,10 @@
<div style="margin-top:0.7rem;">
<h1 class="title is-6">{{ props.album.name }}</h1>
<h2 class="subtitle is-7 has-text-grey"><b>{{ props.album.artist }}</b></h2>
<h2 class="subtitle is-7 has-text-grey has-text-weight-normal"
v-if="props.album.date_released && props.album.media_kind === 'music'">
{{ props.album.date_released | time('L') }}
</h2>
</div>
</div>
<div class="media-right" style="padding-top:0.7rem;">