From: kaliko Date: Sun, 15 Dec 2013 15:39:55 +0000 (+0100) Subject: Get through main loop in case of player reconnection X-Git-Tag: mpd-sima/0.12.0pr2~6 X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=5c2b74bd18e344432a92ff20fefe68968843d61e;p=mpd-sima.git Get through main loop in case of player reconnection --- diff --git a/sima/core.py b/sima/core.py index f535a33..694928f 100644 --- a/sima/core.py +++ b/sima/core.py @@ -131,6 +131,7 @@ class Sima(Daemon): except PlayerError as err: self.log.warning('Player error: %s' % err) self.reconnect_player() + del(self.changed) def loop(self): """Dispatching callbacks to plugins