[Cog 2047-gc39b7ee9] First play is not random on open #241
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#241
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe
First play is not random on open
To Reproduce (delete if not applicable)
Steps to reproduce the behavior:
Expected behavior
A random song is played
Actual outcome
The first song is played
Version information:*
I'm not sure what you expect, but the playback focus on first start, or when hitting the play button, focuses either the last track selected, or the first track in the playlist. Shuffle only controls which track is next after the current track.
Shuffle also doesn't remember its playback order after quitting and restarting the player.
Here is my experience: https://youtu.be/wQSkaf_nQDs
Every time I open the app and press play it is playing the first song.
It DOES remember that I am on shuffle, which is good.
So I am expecting that if I open it and press play then it will either continue with the previously select song....
or if it for some reason it forgot what my previously selected song was, then if the mode the shuffle then the default should be to pick a random song rather than the first song.
It does remember that you're on shuffle. It does not, however, remember what the play order was since the last session. It will reshuffle the playlist on startup.
Awesome, thank you!