mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-30 05:37:31 +01:00
fix(youtube/hide-shorts-components): hide new type of Shorts in feed
This commit is contained in:
parent
4d7c62bb6d
commit
f13a99351c
@ -57,7 +57,8 @@ public final class ShortsFilter extends Filter {
|
|||||||
SettingsEnum.HIDE_SHORTS,
|
SettingsEnum.HIDE_SHORTS,
|
||||||
"shorts_shelf",
|
"shorts_shelf",
|
||||||
"inline_shorts",
|
"inline_shorts",
|
||||||
"shorts_grid"
|
"shorts_grid",
|
||||||
|
"shorts_video_cell"
|
||||||
);
|
);
|
||||||
|
|
||||||
this.pathFilterGroups.addAll(joinButton, subscribeButton, soundButton, channelBar);
|
this.pathFilterGroups.addAll(joinButton, subscribeButton, soundButton, channelBar);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user