Aggiunta Sezione Live

This commit is contained in:
Alhaziel
2020-02-01 19:31:01 +01:00
parent b44f5a8acf
commit 633528e878
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"language": ["ita"],
"thumbnail": "raiplay.png",
"banner": "raiplay.png",
"categories": ["movie", "tvshow", "documentary"],
"categories": ["movie", "tvshow", "documentary", "live"],
"not_active": ["include_in_newest"],
"settings": [],
"cloudflare": true

View File

@@ -80,7 +80,7 @@ def getchanneltypes(view="thumb_"):
logger.info()
# 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:
channel_types.append("adult")