From: kaliko Date: Fri, 20 Jun 2014 17:44:39 +0000 (+0200) Subject: Update Changelog X-Git-Tag: 0.12.1~2 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=e0c9aed7aff3a338a023eb4dd9d2732546387ba0;hp=5adf0b495521a6f15f208474a026c088476e5018;p=mpd-sima.git Update Changelog --- diff --git a/doc/Changelog b/doc/Changelog index cc5591e..54209d1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ MPD_sima v0.12.1 * Fixed SIGHUP error, need python-musicpd >= 0.4.1 * Add core plugin to detect multiple MPD_sima instance on the same MPD host + * fixed startup robustness -- kaliko jack UNRELEASED diff --git a/sima/lib/plugin.py b/sima/lib/plugin.py index 3424ce3..0523a75 100644 --- a/sima/lib/plugin.py +++ b/sima/lib/plugin.py @@ -66,8 +66,8 @@ class Plugin: def start(self): """ - Called when the daemon().run() is called. - ie. right after the player has connected successfully. + Called when the daemon().run() is called and + right after the player has connected successfully. """ pass