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