gafsel / flutter_plugin_playlist

A Flutter plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls
MIT License
23 stars 8 forks source link

Disable jumping to the next track when current is unavailable #23

Open maxsalo17 opened 4 years ago

maxsalo17 commented 4 years ago

Hi! Is it possible to disable automatic jumping to the next track when the current track is unavailable?

gafsel commented 4 years ago

Hi there @maxsalo17

What do you mean by unavailable? It makes sense that the plug-in should have some kind of customizable error handler for inexistent files and URLs. But I don't remember if this behavior is already implemented or even possible.

I'll take a look into it and give you a feedback as soon as I can.