diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index becbec4..4de2ac5 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -622,6 +622,8 @@ static NSString *accessGroupID() { %hook YTColdConfig - (BOOL)removeNextPaddleForSingletonVideos { return YES; } - (BOOL)removePreviousPaddleForSingletonVideos { return YES; } +- (BOOL)removeNextPaddleForAllVideos { return YES; } +- (BOOL)removePreviousPaddleForAllVideos { return YES; } %end // %hook YTMainAppControlsOverlayView // this is only used for v16.xx.x (issues if using with YouTube v17.xx.x up to latest)