I'm interested in knowing when the the podPress audio player plays. In order to do this I need to add a listener. But before I do that I noticed a javascript error in the console when a page with a podpress audio player is present.
Error: B(I) is undefined
Line: B(I).addListener(J, K)
If you look at the function B, you'll see that its not returning anything.
This all takes place in:
plugins/podpress/player/1pixelout/1pixelout_audio-player.js
Any help would be appreciated.