Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nikamvd
Copy link

@nikamvd nikamvd commented May 30, 2023

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

Repeat queue items does not work on android

⤵️ What is the current behavior?

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

🆕 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.

💥 Does this PR introduce a breaking change?

No

🐛 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.

📝 Links to relevant issues/docs

#703
#703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants