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

🐛 Limit volume to a value between 0-1 #2931

Conversation

patricgruber
Copy link
Contributor

The problem described in #2928 happens when the volume in the local storage is above 1. This can happen if you have a volume stored of 1, but press the Up-arrow in the video player.
These changes make it impossible to set anything below 0 or above 1.

@patricgruber
Copy link
Contributor Author

Fix for users that have this problem right now:

  • Execute localStorage.volume = '1' in the dev console
  • Reload page

@moisout
Copy link
Member

moisout commented Jul 12, 2024

Thank you so much!

@moisout moisout changed the title Limit volume to a value between 0-1 🐛 Limit volume to a value between 0-1 Jul 12, 2024
@moisout moisout merged commit d7f8a32 into ViewTube:development Jul 12, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants