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")