mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
music: Play
method of Spotify seems buggy, just use PlayPause
instead
This commit is contained in:
parent
049e7abdfd
commit
58adbac8dd
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue