fix(youtube/hide-shorts-components): hide new type of Shorts in feed

This commit is contained in:
oSumAtrIX 2023-05-28 17:42:31 +02:00 committed by GitHub
parent dc9fbf239a
commit b91f6d5866

View File

@ -57,7 +57,8 @@ public final class ShortsFilter extends Filter {
SettingsEnum.HIDE_SHORTS,
"shorts_shelf",
"inline_shorts",
"shorts_grid"
"shorts_grid",
"shorts_video_cell"
);
this.pathFilterGroups.addAll(joinButton, subscribeButton, soundButton, channelBar);