music: Play method of Spotify seems buggy, just use PlayPause instead

This commit is contained in:
Vincent Bernat 2013-11-01 15:48:07 +01:00
parent 049e7abdfd
commit 58adbac8dd

View file

@ -15,7 +15,9 @@ function playpause()
end
function play()
spotify("Play")
-- Play seems unable to play in many situations, let's use
-- PlayPause instead.
spotify("PlayPause")
end
function pause()