From a0b64c4cdf230ffa87dfdd1c3420f4c1612be645 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 9 Sep 2021 20:20:50 +0200 Subject: [PATCH] ops --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index acd904b8..d764d434 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1765,7 +1765,7 @@ def set_played_time(item): newDict = db['viewed'].get(ID, {}) newDict['{}x{}'.format(s, e)] = played_time db['viewed'][ID] = newDict - if item.contentType == 'movie': + else: db['viewed'][ID] = played_time except: import traceback