LowContrastMode Cutoff Version

I’m changing one of the options. It will have this.
This commit is contained in:
arichornlover 2023-12-16 15:07:48 -06:00 committed by GitHub
parent 908f28fc81
commit 1e35628ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@
#define YT_BUNDLE_ID @"com.google.ios.youtube"
#define YT_NAME @"YouTube"
#define DEFAULT_RATE 1.0f // YTSpeed
#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10" // LowContrastMode
@interface YTSingleVideoController ()
- (float)playbackRate;