Update trailertools.py

This commit is contained in:
Intel1
2017-08-28 15:33:33 -05:00
committed by GitHub
parent 7315fffcb8
commit 9ae45b0762
+1 -1
View File
@@ -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)