Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide Suggested Video Overlay): Shelves is not hidden du…
Browse files Browse the repository at this point in the history
…e to A/B Testing
  • Loading branch information
YT-Advanced committed Mar 21, 2024
1 parent fff8a6a commit 855b418
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public SuggestionsShelfFilter() {
horizontalShelf = new StringFilterGroup(
SettingsEnum.HIDE_SUGGESTIONS_SHELF,
"horizontal_tile_shelf.eml",
"horizontal_video_shelf.eml"
"horizontal_video_shelf.eml",
"horizontal_shelf.eml"
);

libraryShelf = new StringFilterGroup(
Expand Down

0 comments on commit 855b418

Please sign in to comment.