Add user to recently watched card and date to most concurrent card
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user