mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-27 05:25:47 +03:00
[GH-ISSUE #70] Album art for Blends not showing #188
Labels
No labels
cannot reproduce
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-adblock#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mahasvan on GitHub (May 28, 2022).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/70
Sample screenshot above. This is the same case in all Blends.
@AnanthVivekanand commented on GitHub (Jun 11, 2022):
Can you post your terminal output? Specifically, can you highlight the requests that are made when you open the Blends page?
@Mahasvan commented on GitHub (Jun 11, 2022):
This is the terminal output from around when I open the page

here's a snippet from a few seconds before and after I open the blend page
(PS: This is with running
node mitm.js, as instructed in the readme)@AnanthVivekanand commented on GitHub (Jul 6, 2022):
So it seems that
Blocking: blend-playlist-covers.spotifycdn.com, 443is the issue here, and whitelisting the domain should allow it to work.I added the fixes to a new branch:
fix-70. Could you clone that branch and test whether the blends art works now?@Mahasvan commented on GitHub (Jul 6, 2022):
Works now, thanks!