fixed bundle name

This commit is contained in:
dayanch96
2022-11-07 04:28:16 +02:00
committed by GitHub
parent 276ce261a5
commit 908caaf047
+1 -1
View File
@@ -188,7 +188,7 @@ BOOL dontEatMyContent() {
%hook MDXPlaybackRouteButtonController %hook MDXPlaybackRouteButtonController
- (void)didPressButton:(id)arg1 { - (void)didPressButton:(id)arg1 {
if (castConfirm()) { if (castConfirm()) {
NSBundle *tweakBundle = YouTubePlusBundle(); NSBundle *tweakBundle = uYouPlusBundle();
YTAlertView *alertView = [%c(YTAlertView) confirmationDialogWithAction:^{ YTAlertView *alertView = [%c(YTAlertView) confirmationDialogWithAction:^{
%orig; %orig;
} actionTitle:LOC(@"MSG_YES")]; } actionTitle:LOC(@"MSG_YES")];