I want to be able to pause the current track but can't seem to find any method of doing so.
Documentation is here: http://developer.spotify.com/download/spotify-apps-api/reference/
Am using the following to play a track...
m.player.play(uri)
but there doesn't seem to be an equivalent m.player.pause(uri) or similar...