diff --git a/resources/assets/snippets/Remove-Playlist-Cover.png b/resources/assets/snippets/Remove-Playlist-Cover.png new file mode 100644 index 00000000..e5f57a7d Binary files /dev/null and b/resources/assets/snippets/Remove-Playlist-Cover.png differ diff --git a/resources/snippets.json b/resources/snippets.json index 157f0039..630816cb 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -1,4 +1,10 @@ [ + { + "title": "Remove Playlist Album Cover", + "description": "Remove the album cover from the playlist banner", + "code": ".main-entityHeader-imageContainer.main-entityHeader-imageContainerNew { display: none; }", + "preview": "resources/assets/snippets/Remove-Playlist-Cover.png" + }, { "title": "Rounded 'Now Playing' Bar", "description": "Adds rounded corners to the 'Now Playing' bar so it matches the rest of the User Interface.",