Update eurostreaming.py
aggiunto autoplay nella home menu
This commit is contained in:
@@ -68,6 +68,8 @@ def mainlist(item):
|
|||||||
itemlist = []
|
itemlist = []
|
||||||
title = ''
|
title = ''
|
||||||
|
|
||||||
|
autoplay.init(item.channel, list_servers, list_quality)
|
||||||
|
|
||||||
itemlist = [
|
itemlist = [
|
||||||
Item(channel=__channel__, title="Serie TV",
|
Item(channel=__channel__, title="Serie TV",
|
||||||
contentTitle = __channel__, action="serietv",
|
contentTitle = __channel__, action="serietv",
|
||||||
@@ -102,6 +104,8 @@ def mainlist(item):
|
|||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
autoplay.show_option(item.channel, itemlist)
|
||||||
|
|
||||||
return itemlist
|
return itemlist
|
||||||
|
|
||||||
# ======== def in ordine di menu ===========================
|
# ======== def in ordine di menu ===========================
|
||||||
|
|||||||
Reference in New Issue
Block a user