[web-src] Show album type and release date for spotify albums

This commit is contained in:
chme 2020-01-12 10:41:44 +01:00
parent ccb54322c4
commit cbd7001fb3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<div class="media-content fd-has-action is-clipped" v-on:click="open_album">
<h1 class="title is-6">{{ album.name }}</h1>
<h2 class="subtitle is-7 has-text-grey"><b>{{ album.artists[0].name }}</b></h2>
<h2 class="subtitle is-7 has-text-grey has-text-weight-normal">({{ album.album_type }}, {{ album.release_date }})</h2>
</div>
<div class="media-right">
<slot name="actions"></slot>