bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
700 stars 146 forks source link

fix: Ignore errors from missing albumArtURI #524

Closed kcghost closed 2 years ago

kcghost commented 2 years ago

Potential fix for #516 . My guess is sonos metadata changed? It might be better to understand the problem better, this just swallows the error so the rest of the function can operate.

kcghost commented 2 years ago

I found a root cause in the DIDL parsing and attempted a fix, but it needs more work. I have a decent test case of two different scenarios that should both work simultaneously. I'll reopen when I have a fully working branch.