force other sources to skip on dealer
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user