mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix websocket on_created
This commit is contained in:
parent
fc7b396e45
commit
651f4ebf5f
1 changed files with 1 additions and 2 deletions
|
@ -270,9 +270,8 @@ class TimelineHandler(object):
|
|||
if metadata:
|
||||
notify = True
|
||||
|
||||
data_factory = datafactory.DataFactory()
|
||||
if 'child_keys' not in kwargs:
|
||||
data_factory = datafactory.DataFactory()
|
||||
|
||||
if data_factory.get_recently_added_item(rating_key):
|
||||
logger.debug(u"PlexPy TimelineHandler :: Library item %s added already. Not notifying again." % str(rating_key))
|
||||
notify = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue