Update YTReExplore.x

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-04 22:28:02 -06:00 committed by GitHub
parent e968e5f604
commit 17822f989d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {