Description
Hello.
I've migrated from Liquidsoap 1.3 to 2.4 and have to rewrite script to use queue instead of equeue.
But queue is missing request.remove which we used to control user requests.
What is the idea here? How to remove queued requests?
Steps to reproduce
Upgrade from L. 1.3 to 2.4
Expected behavior
request.remove method exists.
Log extracts
echo 'request.remove 21' | nc localhost 1234
ERROR: unknown command, type "help" to get a list of commands.
END
Script extracts
radio = fallback([
audio_to_stereo(request.queue(id="request")),
audio_to_stereo(jingles),
audio_to_stereo(music),
audio_to_stereo(default)
])
Liquidsoap version
docker savonet/liquidsoap:v2.2.5
Liquidsoap build config
savonet/liquidsoap:v2.2.5
Installation method
From official container image
FFmpeg CLI reproduction (if applicable)
No response
Additional Info
No response
Description
Hello.
I've migrated from Liquidsoap 1.3 to 2.4 and have to rewrite script to use queue instead of equeue.
But queue is missing request.remove which we used to control user requests.
What is the idea here? How to remove queued requests?
Steps to reproduce
Upgrade from L. 1.3 to 2.4
Expected behavior
request.remove method exists.
Log extracts
Script extracts
Liquidsoap version
Liquidsoap build config
Installation method
From official container image
FFmpeg CLI reproduction (if applicable)
No response
Additional Info
No response