Skip to content

Instantly share code, notes, and snippets.

@randallm
Created June 30, 2014 03:36
Show Gist options
  • Save randallm/8e3a4e77cb72f1ac9eca to your computer and use it in GitHub Desktop.
Save randallm/8e3a4e77cb72f1ac9eca to your computer and use it in GitHub Desktop.
var togglePause = function() {
var mpdState;
mpd.send('status', function(response) {
mpdState = response.state;
});
console.log(mpdState);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment