mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Add user to recently watched card and date to most concurrent card
This commit is contained in:
parent
2873d8bba3
commit
c6a36cb4cf
4 changed files with 52 additions and 19 deletions
|
@ -738,7 +738,7 @@ class DataFactory(object):
|
|||
last_watched.append(row)
|
||||
|
||||
home_stats.append({'stat_id': stat,
|
||||
'stat_title': 'Last Watched Items',
|
||||
'stat_title': 'Recently Watched',
|
||||
'rows': session.mask_session_info(last_watched)})
|
||||
|
||||
elif stat == 'most_concurrent':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue