mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Default to 'Unknown' for any missing activity values
This commit is contained in:
parent
976418de0f
commit
fdff9d7454
3 changed files with 13 additions and 4 deletions
|
@ -246,7 +246,7 @@ class WebInterface(object):
|
|||
@requireAuth()
|
||||
def get_current_activity_instance(self, **kwargs):
|
||||
|
||||
return serve_template(templatename="current_activity_instance.html", data=kwargs)
|
||||
return serve_template(templatename="current_activity_instance.html", session=kwargs)
|
||||
|
||||
@cherrypy.expose
|
||||
@requireAuth()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue