feat(playout): allow updating message_offline value

This commit is contained in:
jo 2022-08-17 15:09:57 +02:00 committed by Kyle Robbertze
parent 314c70a208
commit f5a83dbabb
10 changed files with 42 additions and 15 deletions

View file

@ -54,7 +54,7 @@ set("harbor.bind_addr", "0.0.0.0")
station_name = ref "{{ info.station_name }}"
off_air_meta = "{{ preferences.message_offline }}"
off_air_meta = ref "{{ preferences.message_offline }}"
stream_metadata_type = ref {{ preferences.message_format.value }}
default_dj_fade = ref {{ preferences.input_fade_transition }}