Skip to content

Commit

Permalink
Fix shadow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Oct 1, 2018
1 parent d925ca4 commit b73a120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions html/window-art.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ <h2></h2>
artist.innerText = artistText
art.src = artUrl
bg.style.backgroundImage = `url("${artUrl}")`

art.style.visibility = artUrl.length > 0 ? 'visible' : 'hidden'
}

socket.on('song', track => {
Expand All @@ -96,6 +98,8 @@ <h2></h2>
update('', '', '')
}
})

update('', '', '')
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallpaper-engine-spotify-helper",
"version": "0.0.3",
"version": "0.0.4",
"build": {
"appId": "io.eryn.wallpaper-engine-spotify-helper",
"productName": "Wallpaper Engine Spotify Helper"
Expand Down

0 comments on commit b73a120

Please sign in to comment.