From 074185a235dc854eb34f3cc653541e992ef5c866 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 20 Apr 2020 23:48:15 +0200 Subject: [PATCH] disabilitata sezione torrent --- channels/ilcorsaronero.json | 2 +- channelselector.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/channels/ilcorsaronero.json b/channels/ilcorsaronero.json index eb86a124..ab5be5ed 100644 --- a/channels/ilcorsaronero.json +++ b/channels/ilcorsaronero.json @@ -1,7 +1,7 @@ { "id": "ilcorsaronero", "name": "ilCorSaRoNeRo", - "active": true, + "active": false, "adult": false, "language": ["ita"], "thumbnail": "ilcorsaronero.png", diff --git a/channelselector.py b/channelselector.py index e217ce19..bfc1a764 100644 --- a/channelselector.py +++ b/channelselector.py @@ -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")