The new loading throbber for images is showing as broken.
The path to the broken image is /mediafront/players/osmplayer/playertemplates/default/images/busy.gif
It should really be (it is missing the / between player and templates
/mediafront/players/osmplayer/player/templates/default/images/busy.gif
Comments
Comment #1
swirtLooks like $params['playerPath'] is being used as though the value is supposed to end with a / but it does not.
Comment #2
swirtFalse alarm. A double cache flush seemed to solve it.