Player HTML5 error handling fix

This commit is contained in:
drigato 2015-04-10 16:44:51 -04:00
parent 1d79f13716
commit b8e8a1a983
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
stream = musesPlayer.settings.url;
}
var audio = $(MRP.html.audio);
audio.src = stream;
audio[0].src = stream;
audio[0].load();
audio[0].play();
break;