diff --git a/client/src/components/player.vue b/client/src/components/player.vue index 87c4442..893dd0d 100644 --- a/client/src/components/player.vue +++ b/client/src/components/player.vue @@ -193,7 +193,7 @@ export default { .getNowplaying() .then((responce) => { const { art, title, artist } = responce.now_playing.song; - + console.log(art, title, artist); this.$store.dispatch('setCurrentPlay', { ...this.currentPlay, isLoader: false,