From 08c3871987ba3845577d97d7e8facd46d4c7e6eb Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 30 Sep 2020 11:53:10 +0200 Subject: [PATCH] Fix Community Channels --- specials/community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/community.py b/specials/community.py index 53de1afb..b5ac7034 100644 --- a/specials/community.py +++ b/specials/community.py @@ -63,7 +63,7 @@ def show_channels(item): itemlist.append(Item(channel=item.channel, title=support.typo(channel['channel_name'],'bold'), - url=channel['url'], + url=channel['url'] if 'url' in channel else path, thumbnail=thumbnail, fanart=fanart, plot=plot,