This commit is contained in:
Norbaev 2024-06-27 18:00:17 +05:00
parent 3da3f39f5a
commit e30b38d50b
1 changed files with 1 additions and 1 deletions

View File

@ -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,