mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update uYouPlusPatches.xm
This commit is contained in:
parent
f8bb416d30
commit
03028cee88
1 changed files with 11 additions and 0 deletions
|
|
@ -395,6 +395,17 @@ static void refreshUYouAppearance() {
|
|||
}
|
||||
%end
|
||||
|
||||
%hook YTPlayerViewController
|
||||
|
||||
- (id)varispeedController {
|
||||
id controller = %orig;
|
||||
if (controller == nil && [self respondsToSelector:@selector(overlayManager)])
|
||||
controller = [self.overlayManager varispeedController];
|
||||
return controller;
|
||||
}
|
||||
|
||||
%end
|
||||
|
||||
%ctor {
|
||||
%init;
|
||||
if (IS_ENABLED(kGoogleSignInPatch)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue