mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +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);
|
%orig(response, error, completion);
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
%hook YTAppGuideServiceCoordinator
|
||||||
|
- (void)handleResponse:(YTIGuideResponse *)response error:(id)error completion:(id)completion {
|
||||||
|
replaceTab(response);
|
||||||
|
%orig;
|
||||||
|
}
|
||||||
|
%end
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%ctor {
|
%ctor {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue