From 31ae3b7d9e314f5766584449df9a4cd03258eeec Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 8 Jan 2020 20:52:37 +0100 Subject: [PATCH] Fix Episodio Successivo --- platformcode/launcher.py | 2 +- specials/nextep.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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