Subsonic Scrobble: Fix Subsonic interactions after the async change (#2953)
authorEric Munson <eric@munsonfam.org>
Mon, 12 Jan 2026 14:25:23 +0000 (09:25 -0500)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 14:25:23 +0000 (15:25 +0100)
commit1ed239aba376e634e258633b44875f2aa0a5a14a
tree7168e388e90bfbc334408af0f9e561ec40c7039d
parenta24906349db1c75119849be6eb1120f837e58aac
Subsonic Scrobble: Fix Subsonic interactions after the async change (#2953)

The Subsonic provider is now using aiohttp making it unnecessary for us
to wrap calls to is in a new thread. Fix the scrobble plugin to use the
async library as well.

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