Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    That is a double encoding bug…

    You should replace at line 635 of jquery.mb.miniPlayer.js
    from:
    location.href = player.opt.downloadPage + "?filename=" + encodeURI(fileName) + ".mp3" + "&fileurl=" + encodeURI(fileUrl);

    to:
    location.href = player.opt.downloadPage + "?filename=" + fileName + ".mp3" + "&fileurl=" + fileUrl;

    That should solve the problem.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Download links’ is closed to new replies.