Fix bugs with Clarity boost select box

This commit is contained in:
redphx
2024-07-17 07:48:36 +07:00
parent 2db246e081
commit 742fd24b8c
4 changed files with 15 additions and 2 deletions

View File

@@ -689,5 +689,8 @@ export class StreamSettings {
document.documentElement.appendChild($overlay);
document.documentElement.appendChild($container);
// Update video's settings
onChangeVideoPlayerType();
}
}