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