This commit is contained in:
Alhaziel01
2020-06-14 11:02:56 +02:00
parent 560f21c006
commit 27b6a85067

View File

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