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

Make play queue persistent #423

Open
ToxicFrog opened this issue Jan 13, 2024 · 5 comments
Open

Make play queue persistent #423

ToxicFrog opened this issue Jan 13, 2024 · 5 comments

Comments

@ToxicFrog
Copy link

The play queue appears to exist only in the browser's JS execution state, which means that if the browser gets restarted or even if the page gets reloaded, it evaporates. It would be nice to write it to PersistentStorage (or store it server-side and fetch it with a cookie, but that sounds like more work) so that it's a bit more durable.

@IrosTheBeggar
Copy link
Owner

I pushed a commit that adds this feature

@IrosTheBeggar
Copy link
Owner

The previous commit failed to get pushed. I made some updates and it's on the master branch now

@5HT2
Copy link

5HT2 commented Jul 7, 2024

Hey, I don't see this commit on master, my play queue also disappears when I refresh the page.
This is my server version:
image

@5HT2
Copy link

5HT2 commented Jul 7, 2024

Wait, unless you're referring to the "Live playlist" feature, which has been implemented and works. I just realized it exists, it seems to solve this issue but is a clunky workaround and there should probably be a default "Live Queue" that is enabled unless you start playing a normal playlist?

@5HT2
Copy link

5HT2 commented Jul 7, 2024

See also: #436

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

3 participants