From cb09ffa6cbc484f5ad5337244c5865bbcf47cd34 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:17:06 -0500 Subject: [PATCH] fix Fullscreen to the Right headers Fixes crashing in the fullscreen video player --- Sources/uYouPlus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/uYouPlus.h b/Sources/uYouPlus.h index 666a48fdcc..bf8c680e5a 100644 --- a/Sources/uYouPlus.h +++ b/Sources/uYouPlus.h @@ -143,7 +143,6 @@ @property(nonatomic, strong) YTWatchPullToFullController *pullToFullController; - (NSUInteger) allowedFullScreenOrientations; // Fullscreen to the Right (uYouEnhanced Version) - @arichornlover -- (BOOL) fullscreen; - (UIInterfaceOrientationMask) supportedInterfaceOrientations; - (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation; - (void)forceRightFullscreenOrientation;