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

prevQueue doesn't get saved when the room gets unloaded and the current queue is empty #1365

Open
1 of 3 tasks
dyc3 opened this issue Feb 21, 2024 · 0 comments
Open
1 of 3 tasks
Labels
bug Something isn't working uncomfirmed Bug has not yet been confirmed, do not start a fix.

Comments

@dyc3
Copy link
Owner

dyc3 commented Feb 21, 2024

Current Behavior

No response

Expected Behavior

When the room gets unloaded and the current queue is empty, the current queue should become the previous queue. In other words, when the current queue is empty, the previous queue should be saved as empty upon room unload.

Steps To Reproduce

  1. create a permanent room
  2. add videos
  3. unload room so prev queue gets saved
  4. load room
  5. see previous queue restored (referred to as queue A)
  6. remove all videos from queue, including currentSource
  7. unload room to try to get prev queue saved
  8. load room
  9. see queue A is restored when it should be empty

Environment

  • This happens on the official site, opentogethertube.com
  • This happens using a self-hosted version.
  • I'm using the docker image.

Anything else?

No response

@dyc3 dyc3 added bug Something isn't working uncomfirmed Bug has not yet been confirmed, do not start a fix. labels Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working uncomfirmed Bug has not yet been confirmed, do not start a fix.
Projects
None yet
Development

No branches or pull requests

1 participant