Revert "Rimossa Sezione Live"

This reverts commit 415fcea5
This commit is contained in:
mac12m99
2021-06-26 12:51:17 +02:00
parent 1017c661d2
commit 5e4a6d9e28
7 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "discoveryplus",
"name": "Discovery + [free]",
"active": false,
"active": true,
"language": ["ita"],
"thumbnail": "discoveryplus.png",
"banner": "discoveryplus.png",

View File

@@ -1,7 +1,7 @@
{
"id": "la7",
"name": "La7",
"active": false,
"active": true,
"language": ["ita"],
"thumbnail": "la7.png",
"banner": "la7.png",

View File

@@ -1,7 +1,7 @@
{
"id": "mediasetplay",
"name": "Mediaset Play",
"active": false,
"active": true,
"language": ["ita"],
"thumbnail": "mediasetplay.png",
"banner": "mediasetplay.png",

View File

@@ -1,7 +1,7 @@
{
"id": "paramount",
"name": "Paramount Network",
"active": false,
"active": true,
"language": ["ita"],
"thumbnail": "paramount.png",
"banner": "paramount.png",

View File

@@ -1,7 +1,7 @@
{
"id": "raiplay",
"name": "Rai Play",
"active": false,
"active": true,
"language": ["ita"],
"thumbnail": "raiplay.png",
"banner": "raiplay.png",

View File

@@ -62,7 +62,7 @@ def getchanneltypes(view="thumb_"):
logger.debug()
# Category List
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "torrent", "music"] # , "live", "direct"
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "live", "torrent", "music"] #, "direct"
# Channel Language
channel_language = auto_filter()

View File

@@ -24,10 +24,10 @@ def mainlist(item):
# thumbnail=get_thumb("now_playing.png")),
#Item(channel="search", action='discover_list', title=config.get_localized_string(70312),
# search_type='list', list_type='tv/on_the_air', thumbnail=get_thumb("on_the_air.png")),
# Item(title=support.typo('Canali live', 'bold'),
# channel=item.channel,
# action='live',
# thumbnail=support.thumb('tvshow_on_the_air')),
Item(title=support.typo('Canali live', 'bold'),
channel=item.channel,
action='live',
thumbnail=support.thumb('tvshow_on_the_air')),
Item(channel=item.channel,
title=config.get_setting("film1", channel="filmontv"),
action="now_on_tv",