amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
376 stars 99 forks source link

Restore player when application has been previously killed #120

Open Chralu opened 4 months ago

Chralu commented 4 months ago

Is your feature request related to a problem? Please describe.

Play a podcast in background. Pause playback using system controls. After a while, OS might decide to kill AnytimePodcast.

In that case, if you re-launch AnytimePodcast, you will notice that the "currently playing" episode is not restored.

This is a bit frustrating because you have to go pick the episode by hand.

Describe the solution you'd like Ideally, the player should be restored, with playback paused.