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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user