fix(front): remove duplicate taglist in artistcard

This commit is contained in:
ArneBo 2025-01-27 08:44:56 +01:00
parent b0ef62498d
commit 5fd01b8285
1 changed files with 0 additions and 8 deletions

View File

@ -52,14 +52,6 @@ const imageUrl = computed(() => cover.value?.urls.original
:to="{name: 'library.artists.detail', params: {id: artist.id}}"
>
<TagsList
label-classes="tiny"
:truncate-size="20"
:limit="2"
:show-more="false"
:tags="artist.tags"
/>
<template #action>
<Spacer :size="8" />
<i class="bi bi-music-note-list" />