fix(YouTube - Hide layout components): Correctly hide community posts

This commit is contained in:
oSumAtrIX 2024-03-27 22:43:03 +01:00
parent 9f3853ce5e
commit fbc8066773
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ public final class LayoutComponentsFilter extends Filter {
final var communityPosts = new StringFilterGroup(
Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper"
"post_base_wrapper",
"image_post_root.eml"
);
final var communityGuidelines = new StringFilterGroup(