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
Your Show Name: Yolimpic
Describe the bug: When user clicks on artist instead of sequence display name confirmation is displayed, but the sequence is not added to the queue.
Payload sent to https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue when user clicks artist name:
https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue
{ "viewerLatitude":0, "viewerLongitude":0, "timezone":"Europe/Warsaw", "date":1703017030310, "sequence":"" }
Payload sent to https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue when user clicks sequence name:
{ "viewerLatitude":0, "viewerLongitude":0, "timezone":"Europe/Warsaw", "date":1703017047773, "sequence":"Animations_combined" }
To Reproduce: Steps to reproduce the behavior:
Expected behavior: Sequences are added to the queue even if user clicks on the artist name instead of sequence name.
Desktop:
Smartphone:
Workaround:
Add following CSS to the viewer page:
.jukebox-list-artist { pointer-events: none; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your Show Name:
Yolimpic
Describe the bug:
When user clicks on artist instead of sequence display name confirmation is displayed, but the sequence is not added to the queue.
Payload sent to
https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue
when user clicks artist name:Payload sent to
https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue
when user clicks sequence name:To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
Sequences are added to the queue even if user clicks on the artist name instead of sequence name.
Desktop:
Smartphone:
Workaround:
Add following CSS to the viewer page:
The text was updated successfully, but these errors were encountered: