mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Change friendly name to username on history tables
This commit is contained in:
parent
54776e2712
commit
b327413bfa
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class DataFactory(object):
|
|||
|
||||
dict = {'recordsFiltered': query['filteredCount'],
|
||||
'recordsTotal': query['totalCount'],
|
||||
'data': rows,
|
||||
'data': session.friendly_name_to_username(rows),
|
||||
'draw': query['draw'],
|
||||
'filter_duration': helpers.human_duration(filter_duration, sig='dhm'),
|
||||
'total_duration': helpers.human_duration(total_duration, sig='dhm')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue