suragch / flutter_audio_service_demo

Companion project for Flutter audio_service tutorial
https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305
MIT License
57 stars 28 forks source link

Wrong currentsongTitle is setted on shuffle mode #20

Open erayhaydar opened 2 years ago

erayhaydar commented 2 years ago

When suffle mode enabled and play the specific song with skipToQueueItem, correct song is playing but wrong currentSongTitle is setting. For example, at the screenshot, Song 3 is playing but currentSongTitle is Song 7 WhatsApp Image 2022-04-05 at 21 09 49 .

suragch commented 1 year ago

I updated the tutorial and example project, but this is one problem I just couldn't figure out. I recommend you use the code from the official example to get shuffling working:

If anyone can help me understand how it works in a simple step-by-step way, I'll update the tutorial.