Revert "disabilitata sezione torrent"

This reverts commit 074185a2
This commit is contained in:
marco
2020-04-21 11:55:03 +02:00
parent 074185a235
commit 85084a59d4
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -100,8 +100,7 @@ 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", "music"]
channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live", "torrent", "music"]
if config.get_setting("adult_mode") != 0:
channel_types.append("adult")