CI Report:
https://ci-tests.linuxserver.io/linuxserver/tvheadend/fcd987f0-ls285/index.html
LinuxServer Changes:
Full Changelog: 80729d2f-ls284...fcd987f0-ls285
Remote Changes:
webui: centralise the grid "fetch all" limit in a shared constant
The 999_999_999 "return every row" limit — the server's page_size_ui
"All" sentinel (access.c:1518) — was repeated inline across the EPG,
DVR and idnode grid fetches. Introduce GRID_LIMIT_ALL in a shared
module and use it at every call site, so the sentinel is defined and
documented once.
Signed-off-by: Oliver Sluke 22557015+oliversluke@users.noreply.github.com