fix download button in wavesurfer

This commit is contained in:
Puniko 2023-03-19 12:46:07 +01:00
parent af49f811c1
commit 43f5f7f839

View file

@ -14,7 +14,7 @@
{{ formatTime(duration) }}
</span>
<input class="volume" type="range" min="0" max="1" step="0.1" v-model="volume" @input="player.setVolume(volume)" />
<a class="download" :href="src" target="_blank">
<a class="download" :href="src.url" target="_blank">
<i class="fas fa-download"></i>
</a>
</div>