mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 23:22:09 +00:00
fixed YTSpeed
This commit is contained in:
parent
76c65e1016
commit
276358b913
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue