From 4c5315150fe990bb99ab6e9428a7aa7c0efde1be Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Thu, 5 Oct 2017 17:28:57 -0500 Subject: [PATCH] Update channelselector.py --- plugin.video.alfa/channelselector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channelselector.py b/plugin.video.alfa/channelselector.py index 0c056767..b39534aa 100644 --- a/plugin.video.alfa/channelselector.py +++ b/plugin.video.alfa/channelselector.py @@ -202,7 +202,7 @@ def filterchannels(category, view="thumb_"): def get_thumb(thumb_name, view="thumb_"): - icon_pack_name = config.get_setting('icon_set') + icon_pack_name = config.get_setting('icon_set', default="default") if icon_pack_name == "default": resource_path = os.path.join(config.get_runtime_path(), "resources", "media", "themes") else: