diff --git a/platformcode/launcher.py b/platformcode/launcher.py index 4e967acc..3381d6ff 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -467,7 +467,7 @@ def play_from_library(item): if xbmc.getCondVisibility('Window.IsMedia') and not window_type == 1: # Ventana convencional xbmc.executebuiltin("Container.Update(" + sys.argv[0] + "?" + item.tourl() + ")") - if config.get_setting('next_ep') > 0: + if config.get_setting('next_ep') > 0 and item.contentType != 'movie': from specials.nextep import afther_stop afther_stop(item) diff --git a/specials/nextep.py b/specials/nextep.py index d950a84f..b256b813 100644 --- a/specials/nextep.py +++ b/specials/nextep.py @@ -7,6 +7,7 @@ from core import jsontools, filetools def afther_stop(item): + logger.info() condition = config.get_setting('next_ep') if condition == 1: # Hide servers afther stop video