From 34b2593815ad21dcd59cd4fea02618152ae84af3 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:54:38 -0600 Subject: [PATCH] New Header Changes --- uYouPlus.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uYouPlus.h b/uYouPlus.h index 67b12a5..40b5e68 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -38,7 +38,7 @@ #define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil] #define YT_BUNDLE_ID @"com.google.ios.youtube" #define YT_NAME @"YouTube" -#define DEFAULT_RATE 2.0f // YTSpeed +#define DEFAULT_RATE 1.0f // YTSpeed @interface YTSingleVideoController () - (float)playbackRate; @@ -141,6 +141,7 @@ // uYouLocal fix @interface YTLocalPlaybackController : NSObject +- (void)setPlaybackRate:(float)rate; - (id)activeVideo; @end @@ -218,8 +219,6 @@ @end @interface ELMContainerNode : NSObject -@property (nonatomic, strong) NSString *accessibilityIdentifier; -@property (nonatomic, strong) NSString *accessibilityLabel; @end @interface YTAutonavEndscreenView : UIView