fix minor issues

This commit is contained in:
bkfox 2016-01-04 21:23:06 +01:00
parent 314e59de79
commit 039bd7dfd1

View File

@ -140,7 +140,7 @@ class Monitor:
dealer.playlist = diff.playlist
# 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
for source in controller.streams.values():
source.skip()