From 0252ea6ab0e374059f8fc837f3268eb1398c54ec Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 25 Jul 2023 02:34:00 -0500 Subject: [PATCH] Fix https://github.com/arichorn/uYouPlusExtra/issues/57 --- uYouPlus.xm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 660be3a..a41ee63 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -42,14 +42,6 @@ static BOOL IsEnabled(NSString *key) { } %end -// Workaround for issue #54 -%hook YTMainAppVideoPlayerOverlayViewController -- (void)updateRelatedVideos { - if ([[NSUserDefaults standardUserDefaults] boolForKey:@"relatedVideosAtTheEndOfYTVideos"] == NO) {} - else { return %orig; } -} -%end - %hook YTAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {