This commit is contained in:
Puniko 2023-02-19 15:05:22 +01:00
parent 3152630f27
commit add309f189
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="controls">
<button class="play" @click="playPause()">
<i class="fas fa-pause" v-if="playing"></i>
<i class="fas fa-play" v-if="!playing"></i>
<i class="fas fa-play" v-else></i>
</button>
<button class="stop" @click="stop()">
<i class="fas fa-stop"></i>