diff --git a/plugin.video.alfa/channels/trailertools.py b/plugin.video.alfa/channels/trailertools.py index d92c3b9d..9f592c78 100755 --- a/plugin.video.alfa/channels/trailertools.py +++ b/plugin.video.alfa/channels/trailertools.py @@ -542,7 +542,7 @@ try: elif item.action == "play" and not self.item.windowed: for window in window_select: window.close() - retorna = platformtools.play_video(item) + retorna = platformtools.play_video(item, force_direct=True) if not retorna: while True: xbmc.sleep(1000)