mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Fix the real reason we were getting double start notifications.
This commit is contained in:
parent
b9e900f540
commit
89a03fb263
3 changed files with 6 additions and 4 deletions
|
@ -51,7 +51,7 @@ class ActivityHandler(object):
|
|||
def update_db_session(self):
|
||||
# Update our session temp table values
|
||||
monitor_proc = activity_processor.ActivityProcessor()
|
||||
monitor_proc.write_session(self.get_live_session())
|
||||
monitor_proc.write_session(session=self.get_live_session(), notify=False)
|
||||
|
||||
def on_start(self):
|
||||
if self.is_valid_session():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue