mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix a stupid playback bug
This commit is contained in:
parent
4dc6ac6cfa
commit
9c9596ac9c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
v-show="playbackState === 'playing'"
|
||||
@click.stop="pause"></i>
|
||||
<i class="fa fa-play-circle" v-else
|
||||
@click.stop="playbackState === 'paused' ? resume() : play()"></i>
|
||||
@click.stop="playbackState === 'paused' ? resume() : playRighAwayyyyyyy()"></i>
|
||||
</td>
|
||||
</tr>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue