Skip to content

Commit

Permalink
fix(YouTube - Hide Shorts components): Hide new type of shorts in feed (
Browse files Browse the repository at this point in the history
  • Loading branch information
johnconner122 committed Aug 5, 2023
1 parent e0d77a0 commit 6959808
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -55,7 +55,8 @@ public ShortsFilter() {
"shorts_shelf",
"inline_shorts",
"shorts_grid",
"shorts_video_cell"
"shorts_video_cell",
"shorts_pivot_item"
);

pathFilterGroups.addAll(joinButton, subscribeButton, channelBar, soundButton, infoPanel);
Expand Down

0 comments on commit 6959808

Please sign in to comment.