Fix Community Channels
This commit is contained in:
@@ -63,7 +63,7 @@ def show_channels(item):
|
|||||||
|
|
||||||
itemlist.append(Item(channel=item.channel,
|
itemlist.append(Item(channel=item.channel,
|
||||||
title=support.typo(channel['channel_name'],'bold'),
|
title=support.typo(channel['channel_name'],'bold'),
|
||||||
url=channel['url'],
|
url=channel['url'] if 'url' in channel else path,
|
||||||
thumbnail=thumbnail,
|
thumbnail=thumbnail,
|
||||||
fanart=fanart,
|
fanart=fanart,
|
||||||
plot=plot,
|
plot=plot,
|
||||||
|
|||||||
Reference in New Issue
Block a user