Fix prev command

This commit is contained in:
Augusto Gunsch 2022-07-10 21:11:17 +02:00
parent d9c689d733
commit e2e680c11e
1 changed files with 1 additions and 1 deletions

View File

@ -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