mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Migrate section_id to session_history table
This commit is contained in:
parent
6d13051b1e
commit
6086e84630
9 changed files with 81 additions and 43 deletions
|
@ -311,6 +311,7 @@ class ActivityProcessor(object):
|
|||
'location': session['location'],
|
||||
'quality_profile': session['quality_profile'],
|
||||
'view_offset': session['view_offset'],
|
||||
'section_id': metadata['section_id'],
|
||||
'secure': session['secure'],
|
||||
'relayed': session['relayed']
|
||||
}
|
||||
|
@ -495,7 +496,6 @@ class ActivityProcessor(object):
|
|||
'full_title': session['full_title'],
|
||||
'media_index': metadata['media_index'],
|
||||
'parent_media_index': metadata['parent_media_index'],
|
||||
'section_id': metadata['section_id'],
|
||||
'thumb': metadata['thumb'],
|
||||
'parent_thumb': metadata['parent_thumb'],
|
||||
'grandparent_thumb': metadata['grandparent_thumb'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue