fixed YTSpeed

This commit is contained in:
arichorn 2023-04-28 17:30:51 -05:00 committed by GitHub
parent 76c65e1016
commit 276358b913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}