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
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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