mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Reload notify params from raw stream info
This commit is contained in:
parent
74a68f3c7d
commit
def8600f5c
1 changed files with 4 additions and 0 deletions
|
@ -451,7 +451,11 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
|||
|
||||
notify_params = defaultdict(str)
|
||||
if session:
|
||||
# Reload json from raw stream info
|
||||
if session.get('raw_stream_info'):
|
||||
session.update(json.loads(session['raw_stream_info']))
|
||||
notify_params.update(session)
|
||||
|
||||
if timeline:
|
||||
notify_params.update(timeline)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue