Skip to content

Commit d42370e

Browse files
fix(YouTube - Hide layout components): Fix "Hide AI Comments summary" in Comments (#5284)
1 parent 8cc8a91 commit d42370e

File tree

1 file changed

+1
-1
lines changed
  • extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public CommentsFilter() {
5252

5353
filterChipBar = new StringFilterGroup(
5454
Settings.HIDE_COMMENTS_AI_SUMMARY,
55-
"filter_chip_bar.eml"
55+
"chip_bar.eml"
5656
);
5757

5858
aiCommentsSummary = new ByteArrayFilterGroup(

0 commit comments

Comments
 (0)