diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index aafa2e4a4..d1952e5dd 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -17,6 +17,9 @@ {{ album.artist.name }} +
+ {{ album.release_date | moment('Y') }} +
diff --git a/front/src/components/library/AlbumBase.vue b/front/src/components/library/AlbumBase.vue index 8ae555f6c..370d9ad25 100644 --- a/front/src/components/library/AlbumBase.vue +++ b/front/src/components/library/AlbumBase.vue @@ -59,6 +59,9 @@

{{ object.title }} + + {{ object.release_date | moment('Y') }} +