diff --git a/changes/changelog.d/457.bugfix b/changes/changelog.d/457.bugfix new file mode 100644 index 000000000..bfd9dc967 --- /dev/null +++ b/changes/changelog.d/457.bugfix @@ -0,0 +1 @@ +Fixed crash on artist pages when no cover is available (#457) diff --git a/front/src/components/library/Artist.vue b/front/src/components/library/Artist.vue index 0f0abe1e9..a507ae403 100644 --- a/front/src/components/library/Artist.vue +++ b/front/src/components/library/Artist.vue @@ -1,6 +1,6 @@