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
oSumAtrIX committed May 28, 2023
1 parent 4d7c62b commit f13a993
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -57,7 +57,8 @@ public ShortsFilter() {
SettingsEnum.HIDE_SHORTS,
"shorts_shelf",
"inline_shorts",
"shorts_grid"
"shorts_grid",
"shorts_video_cell"
);

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

0 comments on commit f13a993

Please sign in to comment.