From 803400a693708705c7e3e43d756db1dc84de8c03 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 22 Jul 2021 12:27:06 +0200 Subject: [PATCH] Fix Icone Rai Play --- channels/raiplay.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/channels/raiplay.py b/channels/raiplay.py index e394be75..14340edc 100644 --- a/channels/raiplay.py +++ b/channels/raiplay.py @@ -185,8 +185,9 @@ def live(item): itemlist =[] for channel, value in liveDict().items(): 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)) - return support.thumb(itemlist, live=True) + plot = value['plot'], action = 'play', fanart = value['fanart'], manifest='hls', forcethumb=True, no_return=True)) + support.thumb(itemlist, live=True) + return itemlist def peliculas(item):