mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Change default to autoplay enabled
This commit is contained in:
parent
7967b9617c
commit
1cb7c37da1
1 changed files with 4 additions and 0 deletions
|
|
@ -1418,4 +1418,8 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
|
|||
if (![allKeys containsObject:@"YouPiPEnabled"]) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"YouPiPEnabled"];
|
||||
}
|
||||
// Broken uYou setting, change default to allow autoplay, user can disable later
|
||||
if (![allKeys containsObject:@"noSuggestedVideoAtEnd"]) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"noSuggestedVideoAtEnd"];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue