mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Fix typo in setting recently added notification state
This commit is contained in:
parent
5e094e7597
commit
6860e348dc
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ def notify_timeline(timeline_data=None, notify_action=None):
|
|||
metadata=metadata)
|
||||
|
||||
# Set the notification state in the db
|
||||
set_notify_state(session=stream_data,
|
||||
set_notify_state(session=timeline_data,
|
||||
notify_action=notify_action,
|
||||
agent_info=agent,
|
||||
notify_strings=notify_strings,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue