From 4eb5e4a25cfee3959dab5a4f02d66a833255ac8f Mon Sep 17 00:00:00 2001 From: bkfox Date: Mon, 23 Nov 2015 02:05:56 +0100 Subject: [PATCH] force other sources to skip on dealer --- aircox_liquidsoap/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aircox_liquidsoap/utils.py b/aircox_liquidsoap/utils.py index 5f06d11..d1c8336 100644 --- a/aircox_liquidsoap/utils.py +++ b/aircox_liquidsoap/utils.py @@ -316,6 +316,8 @@ class Dealer (Source): if self.playlist == diff.playlist and diff.date <= now: # FIXME: log self.on = True + for source in self.controller.source: + source.skip() class Controller: