Riprendi la Visione, aggiunto time.sleep()

This commit is contained in:
Alhaziel01
2020-06-30 12:09:11 +02:00
parent 5de72e7061
commit b3730bd720
+1
View File
@@ -68,6 +68,7 @@ def mark_auto_as_watched(item, nfo_path=None, head_nfo=None, item_nfo=None):
xbmc.Player().stop()
nextdialog.close()
break
xbmc.sleep(1000)
# Set played time
item_nfo.played_time = int(actual_time) if not marked and actual_time > 120 else 0