Fix Qobuz provider using HTTP instead of HTTPS for all API calls (#3246)
authorDavid Bishop <teancom@users.noreply.github.com>
Thu, 26 Feb 2026 08:04:03 +0000 (00:04 -0800)
committerGitHub <noreply@github.com>
Thu, 26 Feb 2026 08:04:03 +0000 (09:04 +0100)
commit3bfe34b1e96a676991ded79c9129e8d810bf2786
tree7bec9af13b1d3f0cb1b0da8a452d72f239bffdc4
parent2ee9bcefa9bf55e80d199e59370a2cc013ba470c
Fix Qobuz provider using HTTP instead of HTTPS for all API calls (#3246)

- Switch both _get_data and _post_data URLs from http:// to https://
- Remove ssl=False on POST requests that was disabling TLS verification

Co-authored-by: David Bishop <git@gnuconsulting.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
music_assistant/providers/qobuz/__init__.py