Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
a miss because 1.4 and 2.0 have different pointer syntax
  • Loading branch information
mp3butcher committed Dec 17, 2023
1 parent dd47944 commit 09012fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playout/libretime_playout/liquidsoap/1.4/ls_lib.liq
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def start_hls(input_main_mount, streamsref, servpath, segment_duration, segments
#generate dummy stream infos does the trick for 1.4
list.iter(fun(item) ->
streams_infos := list.append([(fst(item), (list.length(!streams_infos)+1,'',''))], !streams_infos )
, streamsref())
, !streamsref)
argstream = !streamsref
arginfos = !streams_infos
output.file.hls(playlist=input_main_mount,
Expand Down

0 comments on commit 09012fa

Please sign in to comment.