master
mark 2023-09-03 09:27:04 -07:00
parent 5d8912036a
commit e78351850e
1 changed files with 0 additions and 3 deletions

View File

@ -154,9 +154,6 @@ mpc_widget.readupdate = function()
return return
end end
--debug_message(stdout);
--debug_message(string.match(stdout, "title=(.*)artist="));
mpc_widget.title.text = string.match(stdout, "title=(.*)artist=") mpc_widget.title.text = string.match(stdout, "title=(.*)artist=")
mpc_widget.artist.text = string.match(stdout, "artist=(.*)") mpc_widget.artist.text = string.match(stdout, "artist=(.*)")
end end