From 2c76ae793fc509c38f44d0e30f5196be8eda6f71 Mon Sep 17 00:00:00 2001 From: greko17 <50103632+greko17@users.noreply.github.com> Date: Wed, 1 May 2019 10:22:55 +0200 Subject: [PATCH] Update eurostreaming.py aggiunto autoplay nella home menu --- channels/eurostreaming.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/channels/eurostreaming.py b/channels/eurostreaming.py index 94fad807..d9360c51 100644 --- a/channels/eurostreaming.py +++ b/channels/eurostreaming.py @@ -68,6 +68,8 @@ def mainlist(item): itemlist = [] title = '' + autoplay.init(item.channel, list_servers, list_quality) + itemlist = [ Item(channel=__channel__, title="Serie TV", contentTitle = __channel__, action="serietv", @@ -101,7 +103,9 @@ def mainlist(item): thumbnail= get_thumb(title, auto = True) ), ] - + + autoplay.show_option(item.channel, itemlist) + return itemlist # ======== def in ordine di menu ===========================