Add bandwidth notification parameters

This commit is contained in:
JonnyWong16
2020-04-17 18:19:27 -07:00
parent df35689c35
commit 63e056987a
4 changed files with 31 additions and 7 deletions

View File

@@ -56,6 +56,8 @@ class ActivityProcessor(object):
'year': session.get('year', ''),
'friendly_name': session.get('friendly_name', ''),
'ip_address': session.get('ip_address', ''),
'bandwidth': session.get('bandwidth', 0),
'location': session.get('location', ''),
'player': session.get('player', ''),
'product': session.get('product', ''),
'platform': session.get('platform', ''),