Fix prev command
This commit is contained in:
parent
d9c689d733
commit
e2e680c11e
|
@ -124,7 +124,7 @@ local function worker(user_args)
|
|||
end
|
||||
|
||||
function cmus_widget:prev_track()
|
||||
spawn("cmus-remote -p")
|
||||
spawn("cmus-remote -r")
|
||||
cmus_widget.update()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue