diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 7ab3820..877ca21 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -440,11 +440,15 @@ YTMainAppControlsOverlayView *controlsOverlayView; %end %hook YTAdsInnerTubeContextDecorator -- (void)decorateContext:(id)context { %orig(nil); } +- (void)decorateContext:(id)context { + %orig(nil); +} %end %hook YTAccountScopedAdsInnerTubeContextDecorator -- (void)decorateContext:(id)context { %orig(nil); } +- (void)decorateContext:(id)context { + %orig(nil); +} %end %hook YTLocalPlaybackController