force other sources to skip on dealer
This commit is contained in:
parent
edfdd94eda
commit
4eb5e4a25c
|
@ -316,6 +316,8 @@ class Dealer (Source):
|
||||||
if self.playlist == diff.playlist and diff.date <= now:
|
if self.playlist == diff.playlist and diff.date <= now:
|
||||||
# FIXME: log
|
# FIXME: log
|
||||||
self.on = True
|
self.on = True
|
||||||
|
for source in self.controller.source:
|
||||||
|
source.skip()
|
||||||
|
|
||||||
|
|
||||||
class Controller:
|
class Controller:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user