Skip to content

Commit

Permalink
fix building problem (#9)
Browse files Browse the repository at this point in the history
fixes %property declaration error
  • Loading branch information
arichornlover authored Apr 16, 2023
1 parent d81702d commit b982129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouTubePlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ void DEMC_centerRenderingView() {
%end

%hook YTPlayerViewController
%property float playbackRate;
%property (nonatomic, assign) float playbackRate;
- (void)singleVideo:(id)video playbackRateDidChange:(float)rate {
%orig;
}
Expand Down

0 comments on commit b982129

Please sign in to comment.