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:
parent
14cfc4ea97
commit
d36fc56f51
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue