mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Write guid to session table
This commit is contained in:
parent
a5624e86e4
commit
aba4cbf9e4
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class ActivityProcessor(object):
|
||||||
'grandparent_rating_key': session.get('grandparent_rating_key', ''),
|
'grandparent_rating_key': session.get('grandparent_rating_key', ''),
|
||||||
'originally_available_at': session.get('originally_available_at', ''),
|
'originally_available_at': session.get('originally_available_at', ''),
|
||||||
'added_at': session.get('added_at', ''),
|
'added_at': session.get('added_at', ''),
|
||||||
|
'guid': session.get('guid', ''),
|
||||||
'view_offset': session.get('view_offset', ''),
|
'view_offset': session.get('view_offset', ''),
|
||||||
'duration': session.get('duration', ''),
|
'duration': session.get('duration', ''),
|
||||||
'video_decision': session.get('video_decision', ''),
|
'video_decision': session.get('video_decision', ''),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue