fixed login issue
This commit is contained in:
parent
68f8731322
commit
6fecd1f060
1 changed files with 10 additions and 0 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -224,6 +224,16 @@ static BOOL didFinishLaunching;
|
|||
}
|
||||
%end
|
||||
|
||||
// Fix login for YouTube 18.13.2 and higher
|
||||
%hook SSOKeychainHelper
|
||||
+ (NSString *)accessGroup {
|
||||
return accessGroupID();
|
||||
}
|
||||
+ (NSString *)sharedAccessGroup {
|
||||
return accessGroupID();
|
||||
}
|
||||
%end
|
||||
|
||||
// Fix login for YouTube 17.33.2 and higher
|
||||
%hook SSOKeychainCore
|
||||
+ (NSString *)accessGroup {
|
||||
|
|
|
|||
Loading…
Reference in a new issue