]> kaliko git repositories - mpd-sima.git/commitdiff
Update Changelog
authorkaliko <kaliko@azylum.org>
Fri, 20 Jun 2014 17:44:39 +0000 (19:44 +0200)
committerkaliko <kaliko@azylum.org>
Fri, 20 Jun 2014 17:44:39 +0000 (19:44 +0200)
doc/Changelog
sima/lib/plugin.py

index cc5591e73b31bc907147a297ea4e10294c2b778e..54209d11506cf2c494bc7cb82eb456dc5420368b 100644 (file)
@@ -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 <kaliko@azylum.org> UNRELEASED
 
index 3424ce3d4e6f4e3de3cd1a6bfb03ce84a0a06f79..0523a75f2513e723b692dc77829d651336d77220 100644 (file)
@@ -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