theRealPadster / spicetify-hide-podcasts

Spicetify extension to hide podcasts
GNU General Public License v3.0
249 stars 14 forks source link

fix: shelves on homepage not blocking podcasts #113

Closed theRealPadster closed 10 months ago

theRealPadster commented 10 months ago

It looks like the shelves load before their cards load, so it doesn't find the podcast links inside. I've added a mutation observer to wait for all the links to load in order to resolve this issue.