diff --git a/resources/snippets.json b/resources/snippets.json index 76a144b2..6f182a39 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -98,7 +98,7 @@ { "title": "Disable Homepage Recommendations", "description": "Removes all recommendations from the homepage", - "code": "[data-testid='home-page'] .main-home-content > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href=\"/genre/recently-played\"], [href=\"/section/0JQ5DAnM3wGh0gz1MXnu3z\"])) {\n display: none !important;\n}", + "code": "[data-testid='home-page'] .contentSpacing > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href=\"/genre/recently-played\"], [href=\"/section/0JQ5DAnM3wGh0gz1MXnu3z\"])) {\n display: none !important;\n}", "preview": "resources/assets/snippets/disable-recommendations.png" }, {