Skip to content

Commit

Permalink
feat(youtube/general-ads): block the separator by its identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 20, 2022
1 parent d9349d4 commit 6ceff7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ public GeneralAdsPatch() {
communityPosts,
paidContent,
suggestions,
graySeparator,
latestPosts,
movieAds,
chapterTeaser,
Expand All @@ -311,6 +310,7 @@ public GeneralAdsPatch() {

this.identifierRegister.registerAll(
shorts,
graySeparator,
carouselAd
);
}
Expand Down

0 comments on commit 6ceff7c

Please sign in to comment.