fix: Ensure playlist ID is a string in Soundcloud provider (#2957)
authorRob Sonke <rob@tigrou.nl>
Mon, 12 Jan 2026 12:04:04 +0000 (13:04 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 12:04:04 +0000 (13:04 +0100)
commitd45dfcc094481f56c55d4658104ddb46047dabde
tree75f064e8a71d33119cbfed51ae5eebc83868732b
parenteec106166264c1246a251e0d20605a7874b5fa40
fix: Ensure playlist ID is a string in Soundcloud provider (#2957)

Convert playlist ID to string to prevent an error on startsWith
music_assistant/providers/soundcloud/__init__.py