mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Some more minor changes
This commit is contained in:
parent
35528ef602
commit
3c1290e8fd
5 changed files with 18 additions and 7 deletions
|
@ -814,6 +814,7 @@ class DataFactory(object):
|
|||
logger.warn(u"PlexPy DataFactory :: Unable to execute database query for get_total_duration: %s." % e)
|
||||
return None
|
||||
|
||||
total_duration = 0
|
||||
for item in result:
|
||||
total_duration = item['total_duration']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue