mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix live tv history watched status
This commit is contained in:
parent
458e89b8d7
commit
980fc8a43f
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class DataFactory(object):
|
|||
|
||||
base_watched_value = watched_percent[item['media_type']] / 4.0
|
||||
|
||||
if helpers.check_watched(
|
||||
if item['live'] or helpers.check_watched(
|
||||
item['media_type'], item['view_offset'], item['duration'],
|
||||
item['marker_credits_first'], item['marker_credits_final']
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue