We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DJ54B should tell Spotify to set playback to random on launch.
The text was updated successfully, but these errors were encountered:
It also seems to want to be told to repeat as well, so it doesn't stop and we all cry (and die).
Sorry, something went wrong.
Maybe when we exhaust the playlist it should pick a random NOW compilation?
You say that as if the playlist isn't (1..80).map { |n| "NOW #{n}" }
(1..80).map { |n| "NOW #{n}" }
No branches or pull requests
DJ54B should tell Spotify to set playback to random on launch.
The text was updated successfully, but these errors were encountered: