Merge pull request #4587 from normanjaeckel/FixProjector
Fixed countdown on projector.
This commit is contained in:
commit
e959ef9c52
@ -37,7 +37,7 @@ async def countdown_slide(
|
|||||||
"description": countdown["description"],
|
"description": countdown["description"],
|
||||||
"running": countdown["running"],
|
"running": countdown["running"],
|
||||||
"countdown_time": countdown["countdown_time"],
|
"countdown_time": countdown["countdown_time"],
|
||||||
"warning_time": get_config(all_data, "agenda_countdown_warning_time"),
|
"warning_time": await get_config(all_data, "agenda_countdown_warning_time"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user