diff --git a/uYouPlus.xm b/uYouPlus.xm index 39a8c1f..0150bd6 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -210,12 +210,12 @@ BOOL ytMiniPlayer() { %end // Workaround for issue #54 -%hook YTMainAppVideoPlayerOverlayViewController -- (void)updateRelatedVideos { - if ([[NSUserDefaults standardUserDefaults] boolForKey:@"relatedVideosAtTheEndOfYTVideos"] == NO) {} - else { return %orig; } -} -%end +// %hook YTMainAppVideoPlayerOverlayViewController +// - (void)updateRelatedVideos { +// if ([[NSUserDefaults standardUserDefaults] boolForKey:@"relatedVideosAtTheEndOfYTVideos"] == NO) {} +// else { return %orig; } +// } +// %end // OLED dark mode by BandarHL UIColor* oledColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:1.0];