Skip to content
Snippets Groups Projects
Commit 09c50070 authored by David Trattnig's avatar David Trattnig
Browse files

fix: item channel state ref

parent 9000fe26
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
......@@ -379,7 +379,7 @@ class AuraScheduler(threading.Thread):
seconds_to_roll += sleep_offset
time.sleep(sleep_offset)
self.logger.info(f"Going to fast-forward {seconds_to_roll} seconds")
rolled = self.engine.player.roll(active_item.play_channel, seconds_to_roll)
rolled = self.engine.player.roll(active_item.play.channel, seconds_to_roll)
if rolled:
self.logger.info("Pre-roll done")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment