]> git.parisson.com Git - deefuzzer.git/commitdiff
play the first item of the playlist when leaving relay
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 09:52:36 +0000 (09:52 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 09:52:36 +0000 (09:52 +0000)
tools/station.py

index de107e6cb8a82fbd1228c7124d79115e6512b72a..49f7ed4bf22575eeb5e5bc544865c16ddaf2ebb8 100644 (file)
@@ -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)