fix(YouTube - Playback speed): Use correct extension method name

This commit is contained in:
Dawid Krajcarz 2026-03-03 08:30:04 +01:00 committed by GitHub
parent eff5388520
commit b8b4cfbd01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ public class CustomPlaybackSpeedPatch {
/** /**
* Injection point. * Injection point.
*/ */
public static float tapAndHoldSpeed() { public static float getTapAndHoldSpeed() {
return TAP_AND_HOLD_SPEED; return TAP_AND_HOLD_SPEED;
} }