Enable Reorder videos from playlist by @PoomSmart
This commit is contained in:
@@ -73,6 +73,13 @@ BOOL hidePaidPromotionCard(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
# pragma mark - Tweaks
|
# 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/
|
// YTMiniPlayerEnabler: https://github.com/level3tjg/YTMiniplayerEnabler/
|
||||||
%hook YTWatchMiniBarViewController
|
%hook YTWatchMiniBarViewController
|
||||||
- (void)updateMiniBarPlayerStateFromRenderer {
|
- (void)updateMiniBarPlayerStateFromRenderer {
|
||||||
|
|||||||
Reference in New Issue
Block a user