-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for randomly not loaded CoverArt in Spinnies #11827
Fix for randomly not loaded CoverArt in Spinnies #11827
Conversation
…e condition with WCoverArt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every widget is running it's own request, because of size constrains.
There must be a race-codition that the cover is not requested of the responds is lost.
Is WSpinnyBase::slotTrackCoverArtUpdated always called?
I set a breakpoint in |
I agree with daschuer, now the spinny will receive signals meant for other widgets, so it will receive more unneeded updates. @JoergAtGithub You found out #11131 (comment)
I wonder why it's called 3 times in the first place. |
Closing this one since the bug seems to by fixed en passant by #11840 |
Unfortunately this bug is not fixed by #11840 |
Sorry, I confused it with the slip indicator bug. |
Closing this PR - I agree, that this is not the correct fix for this bug. |
Im not sure if this fix is the appropriated solution, but it fixes the issue #11131 for me.
The problem is, that the requestor of cached CoverArt is not always WSpinnyBase - it can also be WCoverArt.