mirror of
https://github.com/SuperBFG7/ympd
synced 2025-04-29 14:13:15 +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();
|