fix(YouTube - Playback speed): Use correct extension method name
This commit is contained in:
parent
eff5388520
commit
b8b4cfbd01
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ public class CustomPlaybackSpeedPatch {
|
|||
/**
|
||||
* Injection point.
|
||||
*/
|
||||
public static float tapAndHoldSpeed() {
|
||||
public static float getTapAndHoldSpeed() {
|
||||
return TAP_AND_HOLD_SPEED;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue