Aggiunta Sezione Live
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"language": ["ita"],
|
"language": ["ita"],
|
||||||
"thumbnail": "raiplay.png",
|
"thumbnail": "raiplay.png",
|
||||||
"banner": "raiplay.png",
|
"banner": "raiplay.png",
|
||||||
"categories": ["movie", "tvshow", "documentary"],
|
"categories": ["movie", "tvshow", "documentary", "live"],
|
||||||
"not_active": ["include_in_newest"],
|
"not_active": ["include_in_newest"],
|
||||||
"settings": [],
|
"settings": [],
|
||||||
"cloudflare": true
|
"cloudflare": true
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ def getchanneltypes(view="thumb_"):
|
|||||||
logger.info()
|
logger.info()
|
||||||
|
|
||||||
# Lista de categorias
|
# Lista de categorias
|
||||||
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct"] # , "torrent"
|
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live"] # , "torrent"
|
||||||
|
|
||||||
if config.get_setting("adult_mode") != 0:
|
if config.get_setting("adult_mode") != 0:
|
||||||
channel_types.append("adult")
|
channel_types.append("adult")
|
||||||
|
|||||||
Reference in New Issue
Block a user