Test per freeze kodi da videoteca

This commit is contained in:
mac12m99
2021-08-21 16:55:18 +02:00
parent daae458952
commit 1bdbc18926
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -74,7 +74,6 @@ def mark_auto_as_watched(item):
# check for next Episode
if next_episode and sync and time_from_end >= difference:
support.dbg()
nextdialog = NextDialog(ND, config.get_runtime_path())
while platformtools.is_playing() and not nextdialog.is_exit():
xbmc.sleep(100)