disabilitata sezione torrent

This commit is contained in:
marco
2020-04-20 23:48:15 +02:00
parent e75f7b1c3e
commit 074185a235
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "ilcorsaronero",
"name": "ilCorSaRoNeRo",
"active": true,
"active": false,
"adult": false,
"language": ["ita"],
"thumbnail": "ilcorsaronero.png",

View File

@@ -100,7 +100,8 @@ def getchanneltypes(view="thumb_"):
logger.info()
# Lista de categorias
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "torrent", "music"]
# channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "torrent", "music"]
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "music"]
if config.get_setting("adult_mode") != 0:
channel_types.append("adult")