Update info page for Live TV

This commit is contained in:
JonnyWong16 2020-02-16 16:23:58 -08:00
parent 3d65ffc6d3
commit ca55900d40
3 changed files with 81 additions and 18 deletions

View file

@ -3934,7 +3934,7 @@ class WebInterface(object):
if metadata['section_id'] and not allow_session_library(metadata['section_id']):
raise cherrypy.HTTPRedirect(plexpy.HTTP_ROOT)
return serve_template(templatename="info.html", data=metadata, title="Info", config=config, source=source)
return serve_template(templatename="info.html", metadata=metadata, title="Info", config=config, source=source)
else:
if get_session_user_id():
raise cherrypy.HTTPRedirect(plexpy.HTTP_ROOT)