Add container_decision to notification parameters

This commit is contained in:
JonnyWong16
2020-09-21 18:06:40 -07:00
parent e4e0b765b6
commit 9740010368
5 changed files with 9 additions and 4 deletions

View File

@@ -899,6 +899,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
'progress_percent': helpers.get_percent(view_offset, duration),
'initial_stream': notify_params['initial_stream'],
'transcode_decision': transcode_decision,
'container_decision': notify_params['container_decision'],
'video_decision': notify_params['video_decision'],
'audio_decision': notify_params['audio_decision'],
'subtitle_decision': notify_params['subtitle_decision'],