mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-01 06:37:32 +01:00
feat: add array for custom-playback-speed
patch (#20)
This commit is contained in:
parent
54baa3c2e5
commit
61ed39722e
@ -153,6 +153,7 @@ public class XGlobals {
|
|||||||
public static Integer playbackMS = 2500;
|
public static Integer playbackMS = 2500;
|
||||||
public static Integer reBuffer = 5000;
|
public static Integer reBuffer = 5000;
|
||||||
public static Enum lastPivotTab;
|
public static Enum lastPivotTab;
|
||||||
|
public static float[] videoSpeeds = { 0.25f, 0.5f, 0.75f, 1.0f, 1.25f, 1.5f, 2f, 3f, 4f, 5f };
|
||||||
|
|
||||||
public static void ReadSettings() {
|
public static void ReadSettings() {
|
||||||
Context context;
|
Context context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user