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 4d7c62bb6d
commit f13a99351c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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);