From 276358b91316b2530fde17a51d3856f43a587a3e Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:30:51 -0500 Subject: [PATCH] fixed YTSpeed --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 3671214..914d32d 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -925,7 +925,7 @@ void DEMC_centerRenderingView() { %end %hook YTPlayerViewController -%property float playbackRate; +%property (nonatomic, assign) float playbackRate; - (void)singleVideo:(id)video playbackRateDidChange:(float)rate { %orig; }