Compare commits

...

1 commit

Author SHA1 Message Date
Puniko 43f5f7f839 fix download button in wavesurfer 2023-03-19 12:46:07 +01:00

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>