Replies: 1 comment
|
have the same problem, my workaround is just shove it with empty image. cause if i see it correctly, the image in your code is hidden when there's no music right? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm writing a little music widget for my taskbar, if there's no music status then it gets hidden, but the logs are spammed with failure to access the image file:
trying both leaving a json
nullvalue or an empty string fails. My current plan is to find some image to put there as a default, but since it's not even shown it feels like this shouldn't be necessary. (Unless there's something simple I'm missing that allows for actually dynamically adding the widget instead of just making it invisible).All reactions