mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add bandwidth notification parameters
This commit is contained in:
parent
df35689c35
commit
63e056987a
4 changed files with 31 additions and 7 deletions
|
@ -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', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue