From ce6da4fd3faeca25dab5f24e0aa2632acacce3d3 Mon Sep 17 00:00:00 2001 From: Aric <78001398+arichorn@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:32:21 -0500 Subject: [PATCH] fixed DontEatMyContent bracket --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 4ed23ae..b35e912 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -1155,7 +1155,7 @@ static void replaceTab(YTIGuideResponse *response) { if (replacePreviousAndNextButton()) { %init(gReplacePreviousAndNextButton); } - if (dontEatMyContent) + if (dontEatMyContent()) { %init(gDontEatMyContent); } if (@available(iOS 16, *)) {