Arreglado Mundiseries

This commit is contained in:
danielr460
2017-10-28 23:19:43 -05:00
parent 44df5b6036
commit 54d6a943f5
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
"active": true,
"adult": false,
"language": ["cast", "lat"],
"thumbnail": "mundiseries.png",
"banner": "https://imgur.com/1bDbYY1",
"thumbnail": "https://imgur.com/GdGMFi1.png",
"banner": "https://imgur.com/1bDbYY1.png",
"version": 1,
"changes": [
{
@@ -14,7 +14,6 @@
}
],
"categories": [
"movie",
"serie"
"tvshow"
]
}

View File

@@ -93,6 +93,7 @@ def findvideos(item):
for item in it2:
if "###" not in item.url:
item.url += "###" + id + ";" + type
logger.info(itemlist[0])
for videoitem in itemlist:
videoitem.channel= item.channel
autoplay.start(itemlist, item)
return itemlist