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