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

Jukebox should store current track, even when there's no queue #70

Open
3 tasks
IkeHunter opened this issue Nov 7, 2024 · 0 comments
Open
3 tasks

Jukebox should store current track, even when there's no queue #70

IkeHunter opened this issue Nov 7, 2024 · 0 comments

Comments

@IkeHunter
Copy link
Collaborator

IkeHunter commented Nov 7, 2024

Problem

Club members should be able to see the current track, and next tracks - event when there are no tracks in the queue. Currently, the way the frontend knows about the tracks is via the tracks-queue api and the websocket.

Task

  • API route for current track
  • Store current track in redis
  • When tracks-queue api is hit, and there are no tracks in the queue, it should give the tracks in the spotify queue
@IkeHunter IkeHunter added draft Issue is half-baked and needs more information and removed draft Issue is half-baked and needs more information labels Nov 7, 2024
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

No branches or pull requests

1 participant