-
Notifications
You must be signed in to change notification settings - Fork 2
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
bug: Artworks are not displayed in the Playbar/Queue #43
Comments
This is also a problem for entries in the queue. Every item has |
Hey Tamerlan, Linus here. Thanks for keeping a small, simple codebase! I’ve found a worse bug and I think it has the same root cause. Whenever I play an Apple Music song, the audio starts, but the app freezes and CPU and memory usage start climbing. The console repeatedly shows I’ve pinpointed the culprit: in That leaves the question of why Freeze.mov |
Hi Linus, In the Library page, there are cases where Currently, the Library page is quite unstable due to inconsistencies in the return values for entries such as albums and playlists. These differences include varying IDs for the entries themselves and for the songs within them. As a result, this part of the app requires refinement. I wish I had more free time to address this and implement a solution. In the meantime, if you feel up to the challenge, please feel free to propose and introduce your solution. Thanks for digging into the issue! |
Oof, I think I know what you mean. In my experience, the Thanks for the info! |
Artworks are not displayed for some songs. This is likely a framework issue
The text was updated successfully, but these errors were encountered: