fix(youtube/hide-ads): remove duplicate filter (#432)

This commit is contained in:
johnconner122 2023-07-05 13:41:57 +05:00 committed by GitHub
parent 8b01ca0c0e
commit ea7ee56276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -174,15 +174,7 @@ public final class LayoutComponentsFilter extends Filter {
channelMemberShelf
);
final var carouselAd = new StringFilterGroup(
SettingsEnum.HIDE_GENERAL_ADS,
"carousel_ad"
);
this.identifierFilterGroups.addAll(
graySeparator,
carouselAd
);
this.identifierFilterGroups.addAll(graySeparator);
}
private boolean isMixPlaylistFiltered(final byte[] _protobufBufferArray) {