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 @@
/front/src/components/artist/Card.vue
+
+
+
- {{ $t("components.audio.artist.Card.meta.tracks", artist.tracks_count) }}
-
+
+ {{ $t('components.audio.artist.Card.meta.tracks', artist.tracks_count) }}
+
+
+ {{ $t('components.audio.artist.Card.meta.episodes', artist.tracks_count) }}
+
+
+
+ Go to artist
+
+
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]
sortedUniq([12, 30, 50, paginateBy.value]
>
-