mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
Disable uYou's playback speed controls
This commit is contained in:
parent
812ce52051
commit
ad4f968f74
1 changed files with 3 additions and 0 deletions
|
|
@ -194,4 +194,7 @@ BOOL isYTPlaybackActive = NO;
|
|||
|
||||
// Disable uYou's disable age restriction
|
||||
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"disableAgeRestriction"];
|
||||
|
||||
// Disable uYou's playback speed controls (prevent crash on video playback https://github.com/therealFoxster/uYouPlus/issues/2#issuecomment-1894912963)
|
||||
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"showPlaybackRate"];
|
||||
}
|
||||
Loading…
Reference in a new issue