Fixed context menu in artist tab download

This commit is contained in:
RemixDev
2020-12-14 14:25:36 +01:00
parent af4fc98aaf
commit 3235ba00b9
3 changed files with 1124 additions and 1124 deletions

View File

@@ -8,6 +8,7 @@
@click.stop="sendAddToQueue(downloadLink)"
aria-label="download"
role="button"
:data-cm-link="downloadLink"
>
<i class="text-4xl material-icons" :title="$t('globals.download_hint')">get_app</i>
</div>
@@ -188,4 +189,3 @@ export default defineComponent({
}
})
</script>