Skip to content

466a0143-ls19

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 20 May 22:27
· 374 commits to master since this release

LinuxServer Changes:

Rebase to Alpine 3.9, fix init logic to only chown once.
tvheadend Changes:

en50221: fix menu text decoding

getmenutext() checks that dvb_get_string() returns greater than 0, but
that function returns 0 on success.

This causes menu text decoding to always fail, resulting in no menu
texts.

Fix the check to match dvb_get_string() behavior.