mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix set temporary session stopped time
This commit is contained in:
parent
ca573ce73a
commit
580595e5fa
1 changed files with 1 additions and 1 deletions
|
@ -405,4 +405,4 @@ class ActivityProcessor(object):
|
||||||
|
|
||||||
def set_temp_stopped(self):
|
def set_temp_stopped(self):
|
||||||
stopped_time = int(time.time())
|
stopped_time = int(time.time())
|
||||||
monitor_db.action('UPDATE sessions SET stopped = ?', [stopped_time])
|
self.db.action('UPDATE sessions SET stopped = ?', [stopped_time])
|
Loading…
Add table
Add a link
Reference in a new issue