aboutsummaryrefslogtreecommitdiff
path: root/plugins/mpd.lua
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-13 06:57:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-13 06:57:06 +0200
commitde4009fb4de679b2efe89e2736436060eb4a8e6d (patch)
tree295e3f632b2f9efdd858904b851602c5d77ef96e /plugins/mpd.lua
parentb2cc2709c6fcf8d3fdc123e6d926be2d02c1221f (diff)
downloadponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.tar.gz
ponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.tar.xz
ponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.zip
Aborting units -> stopping units
Diffstat (limited to 'plugins/mpd.lua')
-rw-r--r--plugins/mpd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpd.lua b/plugins/mpd.lua
index b513723..4735e66 100644
--- a/plugins/mpd.lua
+++ b/plugins/mpd.lua
@@ -34,7 +34,7 @@ function MPD:on_data (data)
self.unit:add_info ("version " .. version)
self.unit:set_success (true)
end
- self.unit:abort ()
+ self.unit:stop ()
end
end