aboutsummaryrefslogtreecommitdiff
path: root/plugins/mpd.lua
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-01-29 22:52:22 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-01-29 22:52:22 +0100
commit54ec44b6b517a382fa316e974ef349bc46e214fb (patch)
tree015e8cc01bc5916ada6b8e80e6d7a5a12eee25b9 /plugins/mpd.lua
parentc353117c0c93300cf8277e477f2bc2c3760fc02c (diff)
downloadponymap-54ec44b6b517a382fa316e974ef349bc46e214fb.tar.gz
ponymap-54ec44b6b517a382fa316e974ef349bc46e214fb.tar.xz
ponymap-54ec44b6b517a382fa316e974ef349bc46e214fb.zip
Make Lua even greater
Diffstat (limited to 'plugins/mpd.lua')
-rw-r--r--plugins/mpd.lua6
1 files changed, 1 insertions, 5 deletions
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 }