From e30ec1d33947a811e10d37f485fb9d718921a5c0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 31 May 2011 09:52:36 +0000 Subject: [PATCH] play the first item of the playlist when leaving relay --- tools/station.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5