From 6860e348dcd4141adce927fad1df97c46c27df0d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 21 Feb 2016 22:59:27 -0800 Subject: [PATCH] Fix typo in setting recently added notification state --- plexpy/notification_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index cf5a15df..62c83e43 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -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,