Skip to content

Commit

Permalink
fix(YouTube - Hide shorts components): Add filter to filter group list
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 6, 2023
1 parent 1d13cf2 commit 30788ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public ShortsFilter() {
);

pathFilterGroupList.addAll(
joinButton, subscribeButton, channelBar, soundButton, infoPanel, videoActionButton
joinButton, subscribeButton, subscribeButtonPaused,
channelBar, soundButton, infoPanel, videoActionButton
);

var shortsCommentButton = new ByteArrayAsStringFilterGroup(
Expand Down

0 comments on commit 30788ba

Please sign in to comment.