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
MusicAssistantClient.get_media_item_image_url is serving an internal URL to the "https://github.com/music-assistant/hass-music-assistant" media browser, causing local artwork for artists, albums, tracks, and (I assume) playlists to fail to load. This seems to be a problem with get_image_url, using Music Assistant's internal IP for requests made from a browser.
Could we change get_image_url to use the hassio_ingress API? I'm not sure where else the method might be used, but this seems like it would fix the issue at hand.
MusicAssistantClient.get_media_item_image_url
is serving an internal URL to the "https://github.com/music-assistant/hass-music-assistant" media browser, causing local artwork for artists, albums, tracks, and (I assume) playlists to fail to load. This seems to be a problem withget_image_url
, using Music Assistant's internal IP for requests made from a browser.Could we change
get_image_url
to use thehassio_ingress
API? I'm not sure where else the method might be used, but this seems like it would fix the issue at hand.Original Issue: music-assistant/hass-music-assistant#2045
The text was updated successfully, but these errors were encountered: