Cleanup
parent
5d8912036a
commit
e78351850e
|
@ -154,9 +154,6 @@ mpc_widget.readupdate = function()
|
|||
return
|
||||
end
|
||||
|
||||
--debug_message(stdout);
|
||||
--debug_message(string.match(stdout, "title=(.*)artist="));
|
||||
|
||||
mpc_widget.title.text = string.match(stdout, "title=(.*)artist=")
|
||||
mpc_widget.artist.text = string.match(stdout, "artist=(.*)")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue