From 9ae45b0762e3422562f4831751b0aa616edf500c Mon Sep 17 00:00:00 2001 From: Intel1 Date: Mon, 28 Aug 2017 15:33:33 -0500 Subject: [PATCH] Update trailertools.py --- plugin.video.alfa/channels/trailertools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)