Enable Reorder videos from playlist by @PoomSmart

This commit is contained in:
qnblackcat
2022-07-20 08:44:23 +07:00
parent f325a31196
commit f4bf32bcad
+7
View File
@@ -73,6 +73,13 @@ BOOL hidePaidPromotionCard(){
}
# pragma mark - Tweaks
// Enable Reorder videos from playlist while on the Watch page - @PoomSmart
%hook YTIPlaylistPanelVideoRenderer
%new
- (BOOL)canReorder { return YES; }
%end
//
// YTMiniPlayerEnabler: https://github.com/level3tjg/YTMiniplayerEnabler/
%hook YTWatchMiniBarViewController
- (void)updateMiniBarPlayerStateFromRenderer {