test ssh
This commit is contained in:
parent
3da3f39f5a
commit
e30b38d50b
|
|
@ -193,7 +193,7 @@ export default {
|
||||||
.getNowplaying()
|
.getNowplaying()
|
||||||
.then((responce) => {
|
.then((responce) => {
|
||||||
const { art, title, artist } = responce.now_playing.song;
|
const { art, title, artist } = responce.now_playing.song;
|
||||||
|
console.log(art, title, artist);
|
||||||
this.$store.dispatch('setCurrentPlay', {
|
this.$store.dispatch('setCurrentPlay', {
|
||||||
...this.currentPlay,
|
...this.currentPlay,
|
||||||
isLoader: false,
|
isLoader: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue