Update uYouPlus.h

This commit is contained in:
aricloverEXALT 2025-02-14 22:27:32 -06:00 committed by GitHub
parent d13a0307fb
commit 1c4dd8291e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,14 +181,6 @@ static NSString *const kFlex = @"flex_enabled";
// unused (uYouEnhanced)
static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled";
// Definition for network-related settings
void ResetNetworkSettings() {
NSURLSession *session = [NSURLSession sharedSession];
[session invalidateAndCancel];
[session resetWithCompletionHandler:^{
}];
}
// Always show remaining time in video player - @bhackel
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTInlinePlayerBarContainerView.h