From 908caaf047ea7a7be1f99af2170384086f1c85be Mon Sep 17 00:00:00 2001 From: dayanch96 <38832025+dayanch96@users.noreply.github.com> Date: Mon, 7 Nov 2022 04:28:16 +0200 Subject: [PATCH] fixed bundle name --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 2b8229e..b77c0a3 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -188,7 +188,7 @@ BOOL dontEatMyContent() { %hook MDXPlaybackRouteButtonController - (void)didPressButton:(id)arg1 { if (castConfirm()) { - NSBundle *tweakBundle = YouTubePlusBundle(); + NSBundle *tweakBundle = uYouPlusBundle(); YTAlertView *alertView = [%c(YTAlertView) confirmationDialogWithAction:^{ %orig; } actionTitle:LOC(@"MSG_YES")];