From 633528e878f54d536981b2b108d3f07ef09ef410 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 1 Feb 2020 19:31:01 +0100 Subject: [PATCH] Aggiunta Sezione Live --- channels/raiplay.json | 2 +- channelselector.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/raiplay.json b/channels/raiplay.json index df743a5c..cf69a5b1 100644 --- a/channels/raiplay.json +++ b/channels/raiplay.json @@ -6,7 +6,7 @@ "language": ["ita"], "thumbnail": "raiplay.png", "banner": "raiplay.png", - "categories": ["movie", "tvshow", "documentary"], + "categories": ["movie", "tvshow", "documentary", "live"], "not_active": ["include_in_newest"], "settings": [], "cloudflare": true diff --git a/channelselector.py b/channelselector.py index 2eeeb8f0..ebafe694 100644 --- a/channelselector.py +++ b/channelselector.py @@ -80,7 +80,7 @@ def getchanneltypes(view="thumb_"): logger.info() # Lista de categorias - channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct"] # , "torrent" + channel_types = ["movie", "tvshow", "anime", "documentary", "vos", "direct", "live"] # , "torrent" if config.get_setting("adult_mode") != 0: channel_types.append("adult")