github linuxserver/docker-tvheadend 51adc040-ls188

latest releases: 9ac57a0c-ls227, 9ac57a0c-ls226, dd82541c-ls225...
11 months ago

LinuxServer Changes:

Add perl-json-xs package.

tvheadend Changes:

Fix non-admin users not receiving any updates in web UI

All the way back in 54e63e3f9af8fdc0d23f61f3cda7fa7b246c1732, there
was a fix to stop non-admin users from receiving log messages with
potentially-sensitive data. However, this stopped non-admin webui
users from receiving almost any updates over the websocket
interface, which causes a bug where such users don't see newly-
created DVR entries, etc. until refreshing the page. This patch
allows for more granular control over what non-admin users
receive. Specifically, messages originating from subscriptions.c,
mpegts_input.c, and api_service.c, along with all log messages, are
still only sent to admins because they may contain sensitive data
and/or they are only relevant to administrative parts of the UI.
Other messages, such as idnode, DVR, and EPG-related messages, are
once again sent to all webui users to keep the UI up-to-date.

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.