mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Forgot product in session db write
This commit is contained in:
parent
aa365eb6a3
commit
2c9a7ced13
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class ActivityProcessor(object):
|
|||
'friendly_name': session.get('friendly_name', ''),
|
||||
'ip_address': session.get('ip_address', ''),
|
||||
'player': session.get('player', ''),
|
||||
'product': session.get('product', ''),
|
||||
'platform': session.get('platform', ''),
|
||||
'parent_rating_key': session.get('parent_rating_key', ''),
|
||||
'grandparent_rating_key': session.get('grandparent_rating_key', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue