feat(youtube/general-ads): block the separator by its identifier

This commit is contained in:
oSumAtrIX 2022-11-20 02:49:03 +01:00
parent 890c356960
commit ffc4a3ce1e

View File

@ -285,7 +285,6 @@ final class GeneralAdsPatch extends Filter {
communityPosts,
paidContent,
suggestions,
graySeparator,
latestPosts,
movieAds,
chapterTeaser,
@ -311,6 +310,7 @@ final class GeneralAdsPatch extends Filter {
this.identifierRegister.registerAll(
shorts,
graySeparator,
carouselAd
);
}