Skip to content
Snippets Groups Projects
Verified Commit cb4e7164 authored by Ole Binder's avatar Ole Binder
Browse files

Fix: drop ids from namespace

With the new liquidsoap versions all sources have a unique id, this id is used to create the namespace for the corresponding telnet commands. Since we alter the sources in liquidsoap multiple times we have a miss match in the namespace of some telnet commands. `mixer.inputs` returns a list of sources which may contain a id. This id is concatenated with the name of the source. For example `in_stream_0.1` is a valid response from `mixer.inputs`.  We therefore drop everything after the first `.`.
parent a42d77b0
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment