Fix Episodio successivo

This commit is contained in:
Alhaziel01
2022-03-08 19:08:31 +01:00
parent f92894e877
commit 2b8b1d42f2

View File

@@ -100,7 +100,7 @@ def mark_auto_as_watched(item):
if sync and config.get_setting("trakt_sync"): sync_trakt_kodi()
while platformtools.is_playing():
xbmc.sleep(100)
xbmc.sleep(300)
if next_episode and next_episode.next_ep and config.get_setting('next_ep') < 3:
from platformcode.launcher import run