Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
761 stars 304 forks source link

Fix for bug #703 - Repeat queue items does not work on android #902

Open nikamvd opened 1 year ago

nikamvd commented 1 year ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Repeat queue items does not work on android

:arrow_heading_down: What is the current behavior?

Repeat queue items does not work on android though repeat mode is set to All or One

:new: What is the new behavior (if this is a feature change)?

Next item is played at the end of the media queue. MediaManager.PlayNext method picks up the first item and starts playing it.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Play multiple items. If the repeat mode is set to All, when player finishes with last song, it should resume with the first song in queue.

:memo: Links to relevant issues/docs

703

https://github.com/Baseflow/XamarinMediaManager/issues/703