Play the streaming program when sending `play' command
This commit is contained in:
parent
35de475aaf
commit
74a0f27342
1 changed files with 2 additions and 2 deletions
4
empc.el
4
empc.el
|
|
@ -345,8 +345,8 @@ If the stream process is killed for whatever the reason, pause mpd if possible."
|
|||
(empc-send "pause 1"))
|
||||
((eq state 'pause)
|
||||
(empc-send "pause 0" 'empc-stream-start))
|
||||
(t (empc-send "play" 'empc-stream-start))))
|
||||
(empc-define-simple-command "play")
|
||||
(t (empc-send-play))))
|
||||
(empc-define-simple-command "play" 'empc-stream-start)
|
||||
(empc-define-simple-command "previous")
|
||||
(empc-define-simple-command "stop")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue