hankhank10 / music-screen-api

Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
117 stars 17 forks source link

Use albumArtUri if an absolute URI #9

Closed jjlawren closed 4 years ago

jjlawren commented 4 years ago

When using the Plex cloud service to initiate playback on Sonos, the albumArtUri contents holds an absolute URI that holds the proper art, while absoluteAlbumArtUri does not provide the image contents. This prefers the albumArtUri if it actually returns an absolute URI.

hankhank10 commented 4 years ago

Thank you