mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 12:47:02 +01:00
fix(custom-playback-speed): fill array to generate required instructions (#155)
This commit is contained in:
parent
f1e9aa30ba
commit
868e99a619
@ -12,7 +12,7 @@ import app.revanced.integrations.utils.ReVancedUtils;
|
||||
|
||||
public class VideoSpeedPatch {
|
||||
|
||||
public static final float[] videoSpeeds = { 0 }; // Values are useless as they are being overridden by the respective patch
|
||||
public static final float[] videoSpeeds = { 0, 0 }; // Values are useless as they are being overridden by the respective patch
|
||||
private static Boolean userChangedSpeed = false;
|
||||
|
||||
public static int getDefaultSpeed(Object[] speeds, int speed, Object qInterface) {
|
||||
|
Loading…
Reference in New Issue
Block a user