From: Guillaume Pellerin Date: Tue, 31 May 2011 09:52:36 +0000 (+0000) Subject: play the first item of the playlist when leaving relay X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e30ec1d33947a811e10d37f485fb9d718921a5c0;p=deefuzzer.git play the first item of the playlist when leaving relay --- diff --git a/tools/station.py b/tools/station.py index de107e6..49f7ed4 100644 --- a/tools/station.py +++ b/tools/station.py @@ -196,6 +196,7 @@ class Station(Thread): elif value == 0: self.relay_mode = 0 self.player.stop_relay() + self.id = 0 self.next_media = 1 message = "Received OSC message '%s' with arguments '%d'" % (path, value) self.logger.write_info(message)