Fix Episodio Successivo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user