fixed bundle name
This commit is contained in:
+1
-1
@@ -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")];
|
||||||
|
|||||||
Reference in New Issue
Block a user