diff --git a/web-src/src/components/ModalDialogAlbum.vue b/web-src/src/components/ModalDialogAlbum.vue index e9f0d69b..6b8e621a 100644 --- a/web-src/src/components/ModalDialogAlbum.vue +++ b/web-src/src/components/ModalDialogAlbum.vue @@ -27,10 +27,30 @@ Album artist {{ album.artist }}

+

+ Release date + {{ album.date_released | time('L') }} +

+

+ Year + {{ album.year }} +

Tracks {{ album.track_count }}

+

+ Length + {{ album.length_ms | duration }} +

+

+ Type + {{ album.media_kind }} - {{ album.data_kind }} +

+

+ Added at + {{ album.time_added | time('L LT') }} +