diff --git a/front/src/components/library/TrackBase.vue b/front/src/components/library/TrackBase.vue index 34c124b74..4c16c7247 100644 --- a/front/src/components/library/TrackBase.vue +++ b/front/src/components/library/TrackBase.vue @@ -163,10 +163,15 @@ watch(showDeleteModal, (newValue) => { :h1="track.title" :action="{ text: labels.download, + // @ts-ignore to: downloadUrl, + // @ts-ignore solid: true, + // @ts-ignore primary: true, + // @ts-ignore icon: 'bi-download', + // @ts-ignore lowHeight: true }" page-heading @@ -364,7 +369,7 @@ watch(showDeleteModal, (newValue) => { :title="t('components.library.TrackBase.modal.embed.header')" >