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

Optimisation #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Name-shitty-github-profile

No description provided.

@Name-shitty-github-profile
Copy link
Author

More scalable...Easier to change values..
Cleaner...

@pixeltris
Copy link
Owner

Most of what you changed there currently isn't being used due to this return statement:

} else if (e.data.key == 'ForceChangeQuality') {
//This is used to fix the bug where the video would freeze.
try {
//if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) {
return;
//}

That block of code will probably be removed at some point pending the implementation of the buffing mitigation.

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