Fix assertion error when trying to save a provider config (#1980)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 26 Feb 2025 09:35:11 +0000 (10:35 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 09:35:11 +0000 (10:35 +0100)
commitce7ecc37a529a9ab06989ab333380e18dfe6543a
tree7dd8f0ecb481acd7933ec15030cec9eff6415dbd
parentd87efcd6f797800457c7d37d36bef8bc1e00a9d7
Fix assertion error when trying to save a provider config (#1980)

A password with only numeric characters was wrongly being coerced into an integer.
music_assistant/helpers/api.py