From 336376ecefb2e56047bdf9d4d7efddb19fee0efb Mon Sep 17 00:00:00 2001 From: danielr460 Date: Thu, 26 Oct 2017 14:34:45 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20opci=C3=B3n=20de=20videolibrary?= =?UTF-8?q?=20para=20saber=20que=20no=20vengo=20del=20addon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/autoplay.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/autoplay.py b/plugin.video.alfa/channels/autoplay.py index 6090299e..6d755ee8 100644 --- a/plugin.video.alfa/channels/autoplay.py +++ b/plugin.video.alfa/channels/autoplay.py @@ -266,7 +266,8 @@ def start(itemlist, item): from platformcode import xbmc_videolibrary xbmc_videolibrary.mark_auto_as_watched(item) #platformtools.play_video(videoitem) - launcher.run(videoitem1[0]) + videoitem.contentChannel='videolibrary' + launcher.run(videoitem) try: if platformtools.is_playing():