Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide comments components): `Hide Comments by members ba…
Browse files Browse the repository at this point in the history
…nner` setting hides Channel guidelines
  • Loading branch information
anddea committed Sep 30, 2024
1 parent 50294f2 commit a2d32ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public CommentsFilter() {

final StringFilterGroup membersBanner = new StringFilterGroup(
Settings.HIDE_COMMENTS_BY_MEMBERS,
"sponsorships_comments"
"sponsorships_comments_header.eml",
"sponsorships_comments_footer.eml"
);

final StringFilterGroup previewComment = new StringFilterGroup(
Expand Down

0 comments on commit a2d32ef

Please sign in to comment.