Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not autoplay if autoplay is not set (#8024)
b2673fd (#7412) introduced a call to video.play() in a function that says "Set start time of load if autoplay is enabled", but the function did not actually check the autoplay attribute. This fixes the oversight. Fixes #8022
- Loading branch information