Alcuni Fix

This commit is contained in:
Alhaziel01
2020-05-20 17:09:32 +02:00
parent 4a7e19c749
commit ca243ef999
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ def findvideos(item):
itemlist.append(support.Item(channel = item.channel, server = 'directo', title = 'Diretto', fulltitle = item.fulltitle,
show = item.show, thumbnail = item.thumbnail, fanart = item.json, url = getUrl(url), action = 'play' ))
return support.server(item, itemlist=itemlist, down_load=False)
return support.server(item, itemlist=itemlist, Download=False)
def getUrl(pathId):