mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-23 09:57:42 +00:00
Added Stop button, issue #14
This commit is contained in:
@@ -907,6 +907,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')
|
||||
|
Reference in New Issue
Block a user