From 2b8b1d42f2462e518f3622e8a484e88c437a901a Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 8 Mar 2022 19:08:31 +0100 Subject: [PATCH] Fix Episodio successivo --- platformcode/xbmc_videolibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/xbmc_videolibrary.py b/platformcode/xbmc_videolibrary.py index a13cf63b..baf1bb65 100644 --- a/platformcode/xbmc_videolibrary.py +++ b/platformcode/xbmc_videolibrary.py @@ -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