From b91f9b04f9469d7bff5c303401f7f56a296bbc8c Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Mon, 25 Jul 2022 08:14:29 +0700 Subject: [PATCH] Enable Reorder videos from playlist while on the Watch page by @PoomSmart --- CercubePlus.xm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CercubePlus.xm b/CercubePlus.xm index ae31ab62..4c194540 100644 --- a/CercubePlus.xm +++ b/CercubePlus.xm @@ -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 {