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

Next timeslot init. engine-clock#11

parent 5d76d8b6
No related branches found
No related tags found
No related merge requests found
...@@ -326,6 +326,7 @@ class Playlog: ...@@ -326,6 +326,7 @@ class Playlog:
self.init_timeslot(next_timeslot) self.init_timeslot(next_timeslot)
# A valid following timeslot is available # A valid following timeslot is available
self.next_timeslot = None
if next_timeslot: if next_timeslot:
ns = {} ns = {}
self.assign_fallback_playlist(ns, next_timeslot) self.assign_fallback_playlist(ns, next_timeslot)
......
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