mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -05:00
[web-src] Show release date in music album listings
This commit is contained in:
parent
bdeb4d0838
commit
3b5e08331b
@ -9,6 +9,10 @@
|
|||||||
<div style="margin-top:0.7rem;">
|
<div style="margin-top:0.7rem;">
|
||||||
<h1 class="title is-6">{{ props.album.name }}</h1>
|
<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"><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>
|
</div>
|
||||||
<div class="media-right" style="padding-top:0.7rem;">
|
<div class="media-right" style="padding-top:0.7rem;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user