Skip to content

Commit

Permalink
Enable Reorder videos from playlist while on the Watch page by @PoomS…
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Jul 25, 2022
1 parent f152b6b commit b91f9b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CercubePlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ BOOL hideNotificationButton() {
}

# 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 {
Expand Down

0 comments on commit b91f9b0

Please sign in to comment.