Add user to recently watched card and date to most concurrent card

This commit is contained in:
JonnyWong16 2017-11-05 14:51:04 -08:00
parent 2873d8bba3
commit c6a36cb4cf
4 changed files with 52 additions and 19 deletions

View file

@ -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':