playerctl bug fix
This commit is contained in:
parent
a92a0d60ec
commit
e56a2c2e69
|
@ -92,9 +92,11 @@ echo "$tmp_cover_path"
|
|||
-- Get title and artist
|
||||
local artist = line:match('artist_(.*)title_')
|
||||
local title = line:match('title_(.*)')
|
||||
if title and title ~= "" then
|
||||
awesome.emit_signal(
|
||||
"bling::playerctl::title_artist_album", title,
|
||||
artist, album_path)
|
||||
end
|
||||
end)
|
||||
end
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue