From b149af0aeeb1ac41ce71d713ac4f9397ae67fac6 Mon Sep 17 00:00:00 2001 From: Alfa <30527549+alfa-addon@users.noreply.github.com> Date: Tue, 29 May 2018 16:11:13 -0500 Subject: [PATCH] Update channeltools.py --- plugin.video.alfa/core/channeltools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.alfa/core/channeltools.py b/plugin.video.alfa/core/channeltools.py index b37dcd39..c39c3922 100755 --- a/plugin.video.alfa/core/channeltools.py +++ b/plugin.video.alfa/core/channeltools.py @@ -84,6 +84,8 @@ def get_channel_parameters(channel_name): if 'id' in s: if s['id'] == "include_in_global_search": channel_parameters["include_in_global_search"] = True + elif s['id'] == "filter_languages": + channel_parameters["filter_languages"] = s.get('lvalues',[]) elif not s['id'].startswith("include_in_") and \ (s.get('enabled', False) or s.get('visible', False)): channel_parameters["has_settings"] = True