test ssh
This commit is contained in:
parent
3da3f39f5a
commit
e30b38d50b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue