Skip to content

Commit

Permalink
Update NowPlaying.vue
Browse files Browse the repository at this point in the history
add .url
  • Loading branch information
radsrocket committed Jul 3, 2022
1 parent 3c42a13 commit 63e4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NowPlaying.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default {
}
}
document.body.style.backgroundImage = this.player.trackAlbum.image;
document.body.style.backgroundImage.url = this.player.trackAlbum.image;
},
Expand Down

0 comments on commit 63e4696

Please sign in to comment.