Fix: Subsonic: Catch DataNotFoundError for artwork (#2012)
authorEric Munson <eric@munsonfam.org>
Sun, 9 Mar 2025 23:04:25 +0000 (19:04 -0400)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 23:04:25 +0000 (00:04 +0100)
commit90f2a4b5fc8342286020109e4e489fd17e2e48bd
tree36be1904c931bbe79ce45edeccd5177a378432b1
parent52d46dbd831edc108043800ee47e850788d5c219
Fix: Subsonic: Catch DataNotFoundError for artwork (#2012)

This exception simply means that there is no artwork to return (and
probably shouldn't be an exception, but there we are). We will catch
this exception and return None.

Fixes: https://github.com/music-assistant/support/issues/3610
Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/sonic_provider.py