fe4df311-ls183
LinuxServer-CI
released this
16 Sep 15:58
·
96 commits
to master
since this release
LinuxServer Changes:
Install XMLTV from Alpine repos.
tvheadend Changes:
Fix htsstr_argsplit (treat quotes inside an argument correctly)
There seemed to be a flaw in the splitting logic when it comes to quotes, e.g.:
--output="filename" should be one argument, but htsstr_argsplit treated it as
['--output=', '"filename"] which I think is wrong.
I fixed this and added two tests for this scenario.