
.load() a new playlist had issue in FireFox
I made a player which needs to switch between multiple playlists. If I use .load() for this it wouldn't work in the latest versions of FireFox. It worked for me everywhere else though. Using .setup() again was my work-around, but there seemed to be a fundamental problem with loading a new playlist.
Sorry if this is too vague without a specific code example. I just want to see if other people experienced this problem.