From e0c9aed7aff3a338a023eb4dd9d2732546387ba0 Mon Sep 17 00:00:00 2001 From: kaliko Date: Fri, 20 Jun 2014 19:44:39 +0200 Subject: [PATCH] Update Changelog --- doc/Changelog | 1 + sima/lib/plugin.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2