You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I go to the library section a look at my own playlists, it doesn't show the art cover and instead of displaying the name of the author for the playlist it displays what appear to be a uuid instead.
In regards to pictures, for some reason the Spotify API isn't returning images on the rootlist endpoint, or the playlist endpoint.
I am still investigating this but for now have implemented a patch to save and use the playlist image if it is seen on the home screen. Changes are at https://github.com/Outlet7493/Jetispot and will make a PR when things are ready or I've found a better way of doing it.
In regards to pictures, for some reason the Spotify API isn't returning images on the rootlist endpoint, or the playlist endpoint.
I saw these before. If you take a look at the network requests, Spotify tries to retrieve 4 images of the playlists that have no uploaded image. These 4 images are the first 4 songs of the playlist, but they are not requested to the CDN, they have something like the next format: [spotify:artwork:heregoesanid] (the keyword of the middle isn't "artwork", but I don't remember now which one it is. It's been a long time since I took a look at this)
Describe the bug
If I go to the library section a look at my own playlists, it doesn't show the art cover and instead of displaying the name of the author for the playlist it displays what appear to be a uuid instead.
To Reproduce
No response
Error reports & Screenshots
Device info
Device: Google Pixel 7
OS: Android 14 (stock)
Jetispot ver: 0.1.6
Additional context
No response
The text was updated successfully, but these errors were encountered: