mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Add all raw unexposed notification parameters
This commit is contained in:
parent
5d09a5352d
commit
bb1d324ac2
1 changed files with 2 additions and 1 deletions
|
@ -1096,7 +1096,8 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
|
|||
'poster_thumb': poster_thumb
|
||||
}
|
||||
|
||||
return available_params
|
||||
notify_params.update(available_params)
|
||||
return notify_params
|
||||
|
||||
|
||||
def build_server_notify_params(notify_action=None, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue