fix canale download inesistente

This commit is contained in:
marco
2020-04-11 17:52:50 +02:00
parent 2dfea51e35
commit e9eecd7892

View File

@@ -206,7 +206,7 @@ def list_tvshows(item):
for canal in item_tvshow.library_urls:
canal = generictools.verify_channel(canal)
try:
if canal == 'community':
if canal in ['community', 'downloads']:
channel_verify = __import__('specials.%s' % canal, fromlist=["channels.%s" % canal])
else:
channel_verify = __import__('channels.%s' % canal, fromlist=["channels.%s" % canal])