1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-08-05 05:23:46 +00:00

Merge branch 'devel' of https://github.com/jcorporation/myMPD into devel

This commit is contained in:
jcorporation 2018-07-02 20:42:05 +01:00
commit a61023c2db

View File

@ -1,5 +1,5 @@
var mpdstream = decodeURI(location.hash).replace(/^#/,''); var player = document.getElementById('player');
player.src = mpdstream; player.src = decodeURI(location.hash).replace(/^#/,'');
console.log('playing mpd stream: ' + player.src); console.log('playing mpd stream: ' + player.src);
player.load(); player.load();
player.play(); player.play();