Compare commits
1 commit
main
...
fix/downlo
Author | SHA1 | Date | |
---|---|---|---|
43f5f7f839 |
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
{{ formatTime(duration) }}
|
{{ formatTime(duration) }}
|
||||||
</span>
|
</span>
|
||||||
<input class="volume" type="range" min="0" max="1" step="0.1" v-model="volume" @input="player.setVolume(volume)" />
|
<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>
|
<i class="fas fa-download"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue