Remove duplicates (uYouPlus.xm)

This commit is contained in:
aricloverGitHub (INACTIVE) 2025-03-16 00:46:49 -05:00 committed by GitHub
parent 4597dfae77
commit f2c15bbbf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -274,18 +274,6 @@ YTMainAppControlsOverlayView *controlsOverlayView;
%end
// Fixes uYou crash when trying to play video (#1422)
@interface YTVarispeedSwitchController : NSObject
@end
@interface YTPlayerOverlayManager : NSObject
@property (nonatomic, assign) float currentPlaybackRate;
@property (nonatomic, strong, readonly) YTVarispeedSwitchController *varispeedController;
- (void)varispeedSwitchController:(YTVarispeedSwitchController *)varispeed didSelectRate:(float)rate;
- (void)setCurrentPlaybackRate:(float)rate;
- (void)setPlaybackRate:(float)rate;
@end
%hook YTPlayerOverlayManager
%property (nonatomic, assign) float currentPlaybackRate;