fix minor issues
This commit is contained in:
parent
314e59de79
commit
039bd7dfd1
|
@ -140,7 +140,7 @@ class Monitor:
|
||||||
dealer.playlist = diff.playlist
|
dealer.playlist = diff.playlist
|
||||||
|
|
||||||
# run the diff
|
# run the diff
|
||||||
if dealer.playlist == diff.playlist and diff.date <= now and not dealer.on:
|
if dealer.playlist == diff.playlist and diff.start <= now and not dealer.on:
|
||||||
dealer.on = True
|
dealer.on = True
|
||||||
for source in controller.streams.values():
|
for source in controller.streams.values():
|
||||||
source.skip()
|
source.skip()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user