From 54ec44b6b517a382fa316e974ef349bc46e214fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 29 Jan 2017 22:52:22 +0100 Subject: Make Lua even greater --- plugins/mpd.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/mpd.lua') diff --git a/plugins/mpd.lua b/plugins/mpd.lua index 27ad6b4..2f33f82 100644 --- a/plugins/mpd.lua +++ b/plugins/mpd.lua @@ -38,8 +38,4 @@ function MPD:on_data (data) end end -ponymap.register_service { - name = "MPD", - flags = 0, - new_scan = MPD.new -} +ponymap.register_service { name="MPD", flags=0, new_scan=MPD.new } -- cgit v1.2.3