Add empc-send-play command
This commit is contained in:
parent
1f53a4198a
commit
dcf07df87d
1 changed files with 1 additions and 0 deletions
1
empc.el
1
empc.el
|
|
@ -886,6 +886,7 @@ If the stream process is killed for whatever the reason, pause mpd if possible."
|
|||
(empc-define-toggle-command "single")
|
||||
|
||||
;; Controlling playback
|
||||
(empc-define-simple-command "play")
|
||||
(empc-define-simple-command "next")
|
||||
(empc-define-toggle-command "pause" "state" state
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue