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 d9349d4e88
commit 6ceff7c9b3

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
);
}