Subsonic: Fix: Only lookup album for track when an id exists (#2167)
authorEric Munson <eric@munsonfam.org>
Sun, 4 May 2025 18:31:18 +0000 (14:31 -0400)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 18:31:18 +0000 (20:31 +0200)
commit3d905ba01a349901b116632e28cb1c4e39c2b446
tree74963efa8bf2d78022fa005ace19c11563904d98
parent91c15a031f8ff304ec4e614c5a5b8056ac1db78a
Subsonic: Fix: Only lookup album for track when an id exists (#2167)

We are unconditionally looking up an album regardless of if one exists.
Only do that work when we have an ID to lookup.

Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/sonic_provider.py