- Fix Aggiunta alla libreria Mediaset Play

- Icone canali Live
This commit is contained in:
Alhaziel01
2020-08-12 18:34:40 +02:00
parent 486b969bea
commit a94782571a
4 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ def live(item):
itemlist.append(item.clone(title = support.typo(channel, 'bold'), fulltitle = channel, show = channel, url = key['video']['contentUrl'],
thumbnail = key['transparent-icon'].replace("[RESOLUTION]", "256x-"), forcethumb = True , fanart = info[channel]['fanart'],
plot = info[channel]['plot'], action = 'play'))
return itemlist
return support.thumb(itemlist, live=True)
def peliculas(item):