CC-4564: Webstream Book same webstream twice in Scheduler, the 2nd one doesn't get played

-small syntax error in last commit
This commit is contained in:
Martin Konecny 2012-10-19 15:18:48 -04:00
parent b7de6a1e72
commit 1d4b905572
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ def create_dynamic_source(uri) =
# We register both source and output
# in the list of sources
dyn_sources :=
list.append([(current_dyn_id, s),(current_dyn_id, active_dyn_out)], !dyn_sources)
list.append([(!current_dyn_id, s),(!current_dyn_id, active_dyn_out)], !dyn_sources)
notify([("schedule_table_id", !current_dyn_id)])
"Done!"