Fix Riprendi da

This commit is contained in:
Alhaziel01
2020-06-13 20:13:46 +02:00
parent ac7aedd703
commit 28a02e2f2d

View File

@@ -64,7 +64,7 @@ def mark_auto_as_watched(item):
sync_with_trakt = False
while platformtools.is_playing():
percentage = config.get_setting("watched_setting") / 100
percentage = flot(config.get_setting("watched_setting")) / 100
actual_time = xbmc.Player().getTime()
totaltime = xbmc.Player().getTotalTime()