code-charity / code-charity/youtube
Forced playback speed capped at 2x (does not apply speeds above 2x)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 996
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
Bug Report
Description
The "Force playback speed" setting does not apply speeds above 2x. Even if the user sets a forced speed of 3x, 4x, or 8x, the maximum actual speed achieved is 2x.
Steps to reproduce
- Set "Force playback speed" to a value above 2x (e.g., 3x)
- Go to any video
- Observe that playback speed maxes out at 2x
Expected behavior
Forced playback speed should apply the exact speed set by the user, including speeds above 2x.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the “Force playback speed” setting at 3x or higher, then trace the setting into the playback-speed entry point and locate where the 2x maximum is applied. Done means the configured speed is applied exactly, including values above 2x, without breaking normal playback-speed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100