diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 12338ef48f..2536b201a3 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -573,7 +573,7 @@ static NSString *accessGroupID() { // Hide double tap to seek overlay - @arichornlover %hook YTInlinePlayerDoubleTapIndicatorView - (CGFloat)circleRadius { - if IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled") { + if (IS_ENABLED(@"hideDoubleTapToSeekOverlay_enabled")) { return 0; } return %orig;