mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-05 17:45:49 +01:00
fix(youtube/hide-ads): remove duplicate filter (#432)
This commit is contained in:
parent
8b01ca0c0e
commit
ea7ee56276
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user