♻️ (spotify) simplify hook

This commit is contained in:
2020-07-23 22:42:37 +02:00
parent 62902126cf
commit 9b5121ed7e
4 changed files with 3 additions and 22 deletions

View File

@@ -22,7 +22,7 @@
<span v-t="'chill'"></span>
<SpotifyMusic
v-if="hasSpotify"
:play="play"
:play="play && hasMusic"
@play="onPlay"
@pause="onPause"
/>