mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-20 15:15:33 +02:00
6c832d1754
When user selects MP3 quality, the app was sending 'MP3' directly to Tidal/Qobuz APIs which don't support MP3 as a quality parameter, resulting in 403 Forbidden errors. Fix: Convert quality 'MP3' to 'LOSSLESS' before sending to backend, then convert the downloaded FLAC to MP3 using FFmpeg (existing logic).