feat: add array for custom-playback-speed patch (#20)

This commit is contained in:
bogadana 2022-06-23 01:54:37 +02:00 committed by GitHub
parent 54baa3c2e5
commit 61ed39722e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,7 @@ public class XGlobals {
public static Integer playbackMS = 2500;
public static Integer reBuffer = 5000;
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() {
Context context;