1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 18:07:42 +00:00

Merge branch 'master' into devel

This commit is contained in:
jcorporation
2018-06-10 19:00:27 +02:00
3 changed files with 10 additions and 3 deletions

View File

@@ -968,6 +968,10 @@ function clickPlay() {
socket.send('MPD_API_SET_PAUSE');
}
function clickStop() {
socket.send('MPD_API_SET_STOP');
}
function setLocalStream(mpdhost,streamport) {
var mpdstream = 'http://';
if ( mpdhost == '127.0.0.1' || mpdhost == 'localhost')