Write guid to session table

This commit is contained in:
JonnyWong16 2020-02-20 11:20:29 -08:00
parent a5624e86e4
commit aba4cbf9e4

View file

@ -63,6 +63,7 @@ class ActivityProcessor(object):
'grandparent_rating_key': session.get('grandparent_rating_key', ''),
'originally_available_at': session.get('originally_available_at', ''),
'added_at': session.get('added_at', ''),
'guid': session.get('guid', ''),
'view_offset': session.get('view_offset', ''),
'duration': session.get('duration', ''),
'video_decision': session.get('video_decision', ''),