update ultrapeliculashd.py

Mostrar thumbnails
This commit is contained in:
prpeaprendiz
2017-09-27 18:51:38 -05:00
committed by GitHub
parent a0e262bee8
commit a9c9aff44f

View File

@@ -217,7 +217,7 @@ def findvideos(item):
for videoitem in itemlist:
videoitem.channel = item.channel
videoitem.action = 'play'
videoitem.thumbnail = servertools.guess_server_thumbnail(videoitem.server)
videoitem.thumbnail = item.thumbnail
videoitem.infoLabels = item.infoLabels
videoitem.title = item.contentTitle + ' (' + videoitem.server + ')'
if 'youtube' in videoitem.url: