]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
webui/dvr: Add age_rating in recording details dialogs
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 11 Aug 2023 05:45:14 +0000 (05:45 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 11 Aug 2023 23:33:57 +0000 (01:33 +0200)
commit21911b5e37a20b6f2a10ef48a93ccf7bf2dd179c
treec01cc060764fdd6c173b2216630b8f677272c9c8
parentdb62c0bd467e800fc6aa1702a94672b6bf7697ce
webui/dvr: Add age_rating in recording details dialogs

The details dialogs in the various recording tabs do not open anymore
with the error `Uncaught TypeError: params[25] is undefined` in the JS
console as the age_rating wasn't requested for those, only for the
overview columns.

While we are at it lets also display the value in the same way the
similar looking (but completely different implemented…) EPG dialog does.

Regession-of: d501059995
Fixes: https://tvheadend.org/issues/6297
src/webui/static/app/dvr.js