From 17822f989ddd067097aa63868258683e643f9357 Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:28:02 -0600 Subject: [PATCH] Update YTReExplore.x --- Sources/YTReExplore.x | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/YTReExplore.x b/Sources/YTReExplore.x index 34f17c5..45c044b 100644 --- a/Sources/YTReExplore.x +++ b/Sources/YTReExplore.x @@ -35,6 +35,12 @@ static void replaceTab(YTIGuideResponse *response) { %orig(response, error, completion); } %end +%hook YTAppGuideServiceCoordinator +- (void)handleResponse:(YTIGuideResponse *)response error:(id)error completion:(id)completion { + replaceTab(response); + %orig; +} +%end %end %ctor {