From 0386528fea946cc5ca54814ec35bfb3418bf6587 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 6 Nov 2024 10:45:57 +0100 Subject: [PATCH] feat(front): Load fallback image from album (feature was present in components/audio/artist/Card.vue) --- front/src/components/artist/Card.vue | 42 ++++++++++++++++++++---- front/src/components/library/Artists.vue | 8 +---- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 3e39fbad6..9afe5e97f 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -1,5 +1,7 @@ diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index 06e015773..e1202017b 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -16,7 +16,6 @@ import axios from 'axios' import $ from 'jquery' import TagsSelector from '~/components/library/TagsSelector.vue' -// import ArtistCard from '~/components/audio/artist/Card.vue' import Pagination from '~/components/vui/Pagination.vue' import useSharedLabels from '~/composables/locale/useSharedLabels' @@ -227,7 +226,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]