diff --git a/changes/changelog.d/1366.enhancement b/changes/changelog.d/1366.enhancement new file mode 100644 index 000000000..e58f8ebe4 --- /dev/null +++ b/changes/changelog.d/1366.enhancement @@ -0,0 +1 @@ +Adds year to album's card and album's base UI diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index aafa2e4a4..cba58c9dd 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -20,6 +20,7 @@
+ {{ album.release_date | moment('Y') }} · %{ count } track
diff --git a/front/src/components/library/AlbumBase.vue b/front/src/components/library/AlbumBase.vue index 8ae555f6c..0857516d0 100644 --- a/front/src/components/library/AlbumBase.vue +++ b/front/src/components/library/AlbumBase.vue @@ -62,9 +62,9 @@ - + + {{ object.release_date | moment('Y') }} ·