From c53f03c4a5d374de67337f1c8cfbb72b94e38ae1 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Fri, 27 Jul 2018 19:05:10 +0200 Subject: [PATCH] Fix #457: Fixed crash on artist pages when no cover is available --- changes/changelog.d/457.bugfix | 1 + front/src/components/library/Artist.vue | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changes/changelog.d/457.bugfix 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 @@