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

swirt’s picture

Looks like $params['playerPath'] is being used as though the value is supposed to end with a / but it does not.

swirt’s picture

Status: Active » Closed (cannot reproduce)

False alarm. A double cache flush seemed to solve it.