mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-29 04:10:43 +00:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
|
var mpdstream = decodeURI(location.hash).replace(/^#/,'');
|
||
|
player.src = mpdstream;
|
||
|
console.log('playing mpd stream: ' + player.src);
|
||
|
player.load();
|
||
|
player.play();
|