mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Fix air date for active sessions on history table
This commit is contained in:
parent
27b512611f
commit
af521b4058
1 changed files with 1 additions and 1 deletions
|
@ -147,8 +147,8 @@ class DataFactory(object):
|
|||
'parent_thumb',
|
||||
'grandparent_thumb',
|
||||
'live',
|
||||
'originally_available_at',
|
||||
'added_at',
|
||||
'originally_available_at',
|
||||
'MAX((CASE WHEN (view_offset IS NULL OR view_offset = "") THEN 0.1 ELSE view_offset * 1.0 END) / \
|
||||
(CASE WHEN (duration IS NULL OR duration = "") \
|
||||
THEN 1.0 ELSE duration * 1.0 END) * 100) AS percent_complete',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue