Fix mpd prompt replace mode
This commit is contained in:
parent
b8dae293fa
commit
0bbf605eac
1 changed files with 1 additions and 1 deletions
2
mpd.lua
2
mpd.lua
|
@ -30,7 +30,7 @@ end
|
|||
|
||||
local function dmenu(opts)
|
||||
log.spawn("dmpc -h " .. settings.host .. " -p " .. settings.port .. " " ..
|
||||
(clear_before and "-r" or "-R") .. " " .. opts)
|
||||
(settings.replace_on_search and "-r" or "-R") .. " " .. opts)
|
||||
end
|
||||
|
||||
local function notify(stext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue