Fix live tv history watched status

This commit is contained in:
JonnyWong16 2024-04-01 16:06:45 -07:00
parent 458e89b8d7
commit 980fc8a43f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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']
):