From 7d0ea79f714d5b07f93710702209ab92db1fb87e Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sun, 3 Sep 2017 08:30:41 -0500 Subject: [PATCH] Actualizado allcalidad: actualizado para los thumbnail --- plugin.video.alfa/channels/allcalidad.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin.video.alfa/channels/allcalidad.py b/plugin.video.alfa/channels/allcalidad.py index ef3bfdef..66c77836 100755 --- a/plugin.video.alfa/channels/allcalidad.py +++ b/plugin.video.alfa/channels/allcalidad.py @@ -139,3 +139,8 @@ def findvideos(item): infoLabels={'title': item.fulltitle}, fulltitle=item.fulltitle, extra="library")) return itemlist + + +def play(item): + item.thumbnail = item.contentThumbnail + return [item]