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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
The Artwork URL should probably be under a fixed url based on the album id.
Why?
This is currently the way songs are handled. Allowing Album.streamUrl to be anything allows for too much flexibility. When the album id is available, instead of querying the graphql endpoint then querying the url, the endpoint could be queried directly.
Why not?
Two queries need to be made to populate now playing anyway. This requires adding alternative handing for endpoints without album artwork.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Artwork URL should probably be under a fixed url based on the album id.
Why?
This is currently the way songs are handled. Allowing
Album.streamUrl
to be anything allows for too much flexibility. When the album id is available, instead of querying the graphql endpoint then querying the url, the endpoint could be queried directly.Why not?
Two queries need to be made to populate now playing anyway. This requires adding alternative handing for endpoints without album artwork.
The text was updated successfully, but these errors were encountered: