mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Fix concurrent last_start string
This commit is contained in:
parent
215514947b
commit
731125c85c
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ class DataFactory(object):
|
|||
|
||||
count = 0
|
||||
last_count = 0
|
||||
last_start = 0
|
||||
last_start = ''
|
||||
concurrent = {'title': title,
|
||||
'count': 0,
|
||||
'started': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue