You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the mb_miniPlayer_changeFile throws the following exception:
jquery.js?ver=1.12.4-wp:2 Uncaught TypeError: Cannot use 'in' operator to search for 'length' in http://www.miaowmusic.com/mp3/Miaow-04-Lismore.mp3
at s (jquery.js?ver=1.12.4-wp:2)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.jPlayer._absoluteMediaUrls (jquery.mb.miniAudioPlayer.min.js?ver=1.9.3:10)
at a.jPlayer.setMedia (jquery.mb.miniAudioPlayer.min.js?ver=1.9.3:10)
at HTMLDivElement.<anonymous> (jquery.mb.miniAudioPlayer.min.js?ver=1.9.3:9)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.a.fn.jPlayer (jquery.mb.miniAudioPlayer.min.js?ver=1.9.3:9)
at a.fn.init.changeFile [as mb_miniPlayer_changeFile] (jquery.mb.miniAudioPlayer.min.js?ver=1.9.3:8)
at HTMLButtonElement.onclick ((index):432)
By looking at the function signature, looks like it was changed, but the documentation is not up to date.
So now it is something like: changeFile: function (media, title).
In that case you can use it like: $('#mbmaplayer_1').mb_miniPlayer_changeFile({mp3: 'http://www.miaowmusic.com/mp3/Miaow-04-Lismore.mp3'},false)"
Hello,
using the mb_miniPlayer_changeFile throws the following exception:
I just test it with a simple example button
The text was updated successfully, but these errors were encountered: