Skip to content

Commit c540094

Browse files
committed
fix(YouTube - Hide feed components): Hide Playables not working inotia00/ReVanced_Extended#2485
1 parent 70d039f commit c540094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/shared/src/main/java/app/revanced/extension/youtube/patches/components/FeedComponentsFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public FeedComponentsFilter() {
164164

165165
final StringFilterGroup playables = new StringFilterGroup(
166166
Settings.HIDE_PLAYABLES,
167-
"horizontal_gaming_shelf.eml",
167+
"horizontal_gaming_shelf",
168168
"mini_game_card.eml"
169169
);
170170

0 commit comments

Comments
 (0)