mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-16 13:39:15 +02:00
3f7fa19cdf
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).