mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update YTReExplore.x
This commit is contained in:
parent
e968e5f604
commit
17822f989d
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue