-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Comments
I pushed a commit that adds this feature |
The previous commit failed to get pushed. I made some updates and it's on the master branch now |
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? |
See also: #436 |
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.
The text was updated successfully, but these errors were encountered: