refactor(playout): boot_timestamp can be static

The previous use of interactive was used to hack the boot_timestamp after a settings change/liquidsoap restart.
This commit is contained in:
jo 2023-02-22 15:49:14 +01:00 committed by Kyle Robbertze
parent 14cfc4ea97
commit d36fc56f51
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
boot_timestamp = interactive.string("boot_timestamp", string_of(gettimeofday()))
boot_timestamp = string_of(gettimeofday())
web_stream_enabled = ref false
web_stream_id = ref '-1'