mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35: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
|
channelMemberShelf
|
||||||
);
|
);
|
||||||
|
|
||||||
final var carouselAd = new StringFilterGroup(
|
this.identifierFilterGroups.addAll(graySeparator);
|
||||||
SettingsEnum.HIDE_GENERAL_ADS,
|
|
||||||
"carousel_ad"
|
|
||||||
);
|
|
||||||
|
|
||||||
this.identifierFilterGroups.addAll(
|
|
||||||
graySeparator,
|
|
||||||
carouselAd
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isMixPlaylistFiltered(final byte[] _protobufBufferArray) {
|
private boolean isMixPlaylistFiltered(final byte[] _protobufBufferArray) {
|
||||||
|
Loading…
Reference in New Issue
Block a user