Miglioria Riprendi Visione

This commit is contained in:
Alhaziel01
2021-12-06 15:43:16 +01:00
parent b2a390a5c2
commit 0a6708009e
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -52,9 +52,6 @@ def mark_auto_as_watched(item):
except: pass
try: total_time = xbmc.Player().getTotalTime()
except: pass
if item.played_time and xbmcgui.getCurrentWindowId() == 12005:
xbmc.Player().seekTime(item.played_time)
item.played_time = 0 # Fix for Slow Devices
mark_time = total_time * percentage
difference = total_time - actual_time