Fix Icone Rai Play
This commit is contained in:
+3
-2
@@ -185,8 +185,9 @@ def live(item):
|
|||||||
itemlist =[]
|
itemlist =[]
|
||||||
for channel, value in liveDict().items():
|
for channel, value in liveDict().items():
|
||||||
itemlist.append(item.clone(title = support.typo(channel, 'bold'), fulltitle = channel, show = channel, url = value['url'],
|
itemlist.append(item.clone(title = support.typo(channel, 'bold'), fulltitle = channel, show = channel, url = value['url'],
|
||||||
plot = value['plot'], action = 'play', fanart = value['fanart'], manifest='hls', no_return=True))
|
plot = value['plot'], action = 'play', fanart = value['fanart'], manifest='hls', forcethumb=True, no_return=True))
|
||||||
return support.thumb(itemlist, live=True)
|
support.thumb(itemlist, live=True)
|
||||||
|
return itemlist
|
||||||
|
|
||||||
|
|
||||||
def peliculas(item):
|
def peliculas(item):
|
||||||
|
|||||||
Reference in New Issue
Block a user