diff --git a/front/src/components/audio/ArtistCreditLabel.vue b/front/src/components/audio/ArtistCreditLabel.vue index 2b3a029c2..039dcc30f 100644 --- a/front/src/components/audio/ArtistCreditLabel.vue +++ b/front/src/components/audio/ArtistCreditLabel.vue @@ -36,7 +36,7 @@ const props = defineProps() v-lazy="store.getters['instance/absoluteUrl'](ac.artist.cover.urls.small_square_crop)" :alt="ac.artist.name" @error="(e) => { e.target && ac.artist.cover ? (e.target as HTMLImageElement).src = store.getters['instance/absoluteUrl'](ac.artist.cover.urls.medium_square_crop) : null }" - /> + > + >