Write guid to session table
This commit is contained in:
@@ -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', ''),
|
||||||
|
|||||||
Reference in New Issue
Block a user