mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Forgot saving channel info to sessions db table
This commit is contained in:
parent
c0d7c5ddff
commit
db1cb3d658
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ class ActivityProcessor(object):
|
||||||
'relayed': session.get('relayed', 0),
|
'relayed': session.get('relayed', 0),
|
||||||
'rating_key_websocket': session.get('rating_key_websocket', ''),
|
'rating_key_websocket': session.get('rating_key_websocket', ''),
|
||||||
'raw_stream_info': json.dumps(session),
|
'raw_stream_info': json.dumps(session),
|
||||||
|
'channel_call_sign': session.get('channel_call_sign', ''),
|
||||||
|
'channel_identifier': session.get('channel_identifier', ''),
|
||||||
|
'channel_thumb': session.get('channel_thumb', ''),
|
||||||
'stopped': int(time.time())
|
'stopped': int(time.time())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue