diff --git a/platformcode/launcher.py b/platformcode/launcher.py index dbc9fbb3..3bf6b7ca 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -178,7 +178,7 @@ def run(item=None): # Checks if channel exists if os.path.isfile(os.path.join(config.get_runtime_path(), 'channels', item.channel + ".py")): - CHANNELS = 'channels' + CHANNELS = 'channels' elif os.path.isfile(os.path.join(config.get_runtime_path(), 'channels', 'porn', item.channel + ".py")): CHANNELS = 'channels.porn' else: diff --git a/specials/videolibrary.py b/specials/videolibrary.py index 0422899a..8760d4b2 100644 --- a/specials/videolibrary.py +++ b/specials/videolibrary.py @@ -532,7 +532,7 @@ def findvideos(item): # Importamos el canal de la parte seleccionada try: - channel = __import__('channels.%s' % nom_canal, fromlist=["channels.%s" % nom_canal]) + if nom_canal == 'community': channel = __import__('specials.%s' % nom_canal, fromlist=["channels.%s" % nom_canal]) else: