Fix Segna come già visto
This commit is contained in:
@@ -57,7 +57,7 @@ def mark_auto_as_watched(item):
|
|||||||
difference = total_time - actual_time
|
difference = total_time - actual_time
|
||||||
|
|
||||||
# Mark as Watched
|
# Mark as Watched
|
||||||
if actual_time > mark_time and not marked:
|
if mark_time and total_time > actual_time > mark_time and not marked:
|
||||||
logger.info("Marked as Watched")
|
logger.info("Marked as Watched")
|
||||||
item.playcount = 1
|
item.playcount = 1
|
||||||
marked = True
|
marked = True
|
||||||
|
|||||||
Reference in New Issue
Block a user